public class LongIdsValueHolder extends LinkedList<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_VALUE_PREFIX |
modCount| Constructor and Description |
|---|
LongIdsValueHolder(Collection<String> value) |
LongIdsValueHolder(List<Long> componentIds) |
LongIdsValueHolder(String[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBadId(Long componentId) |
static LongIdsValueHolder |
fromFieldValuesHolder(String id,
Map params) |
String |
getInputText() |
Set<String> |
getValuesToAdd() |
void |
setValuesToAdd(Set<String> values) |
void |
validateIds(com.google.common.base.Predicate<Long> predicate) |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic static final String NEW_VALUE_PREFIX
public LongIdsValueHolder(String[] value)
public LongIdsValueHolder(Collection<String> value)
Copyright © 2002-2022 Atlassian. All Rights Reserved.