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, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
public static final String NEW_VALUE_PREFIX
public LongIdsValueHolder(String[] value)
public LongIdsValueHolder(Collection<String> value)
Copyright © 2002-2016 Atlassian. All Rights Reserved.