public class IndirectList<E> extends IndirectList<E>
IndirectList
.Constructor and Description |
---|
IndirectList() |
IndirectList(java.util.Collection<? extends E> vector) |
IndirectList(int initialCapacity) |
IndirectList(int initialCapacity,
int capacityIncrement) |
Modifier and Type | Method and Description |
---|---|
void |
forEach(java.util.function.Consumer<? super E> action) |
java.util.ListIterator<E> |
listIterator(int index) |
java.util.stream.Stream<E> |
parallelStream() |
boolean |
removeIf(java.util.function.Predicate<? super E> filter) |
void |
replaceAll(java.util.function.UnaryOperator<E> operator) |
void |
sort(java.util.Comparator<? super E> c)
Sort content of this instance according to the order induced by provided comparator.
|
java.util.Spliterator<E> |
spliterator() |
java.util.stream.Stream<E> |
stream() |
_persistence_getPropertyChangeListener, _persistence_setPropertyChangeListener, add, add, addAll, addAll, addElement, capacity, clear, clearDeferredChanges, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, getAddedElements, getDelegateObject, getRemovedElements, getTrackedAttributeName, getValueHolder, hasAddedElements, hasBeenRegistered, hasDeferredChanges, hashCode, hasRemovedElements, hasTrackedPropertyChangeListener, indexOf, indexOf, insertElementAt, isEmpty, isInstantiated, isListOrderBrokenInDb, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setIsListOrderBrokenInDb, setSize, setTrackedAttributeName, setUseLazyInstantiation, setValueHolder, size, subList, toArray, toArray, toString, trimToSize
public IndirectList()
public IndirectList(int initialCapacity)
public IndirectList(int initialCapacity, int capacityIncrement)
public IndirectList(java.util.Collection<? extends E> vector)
public java.util.ListIterator<E> listIterator(int index)
listIterator
in interface java.util.List<E>
listIterator
in class IndirectList<E>
AbstractList.listIterator(int)
public void sort(java.util.Comparator<? super E> c)
IndirectList
sort
in interface java.util.List<E>
sort
in class IndirectList<E>
c
- The comparator to determine the order of the array. A null
value
indicates that the elements' natural ordering
should be used.public java.util.Spliterator<E> spliterator()
public void replaceAll(java.util.function.UnaryOperator<E> operator)
public boolean removeIf(java.util.function.Predicate<? super E> filter)
public void forEach(java.util.function.Consumer<? super E> action)
public java.util.stream.Stream<E> parallelStream()
public java.util.stream.Stream<E> stream()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference