public class IndirectList<E> extends IndirectList<E>
IndirectList
.Constructor and Description |
---|
IndirectList() |
IndirectList(Collection<? extends E> vector) |
IndirectList(int initialCapacity) |
IndirectList(int initialCapacity,
int capacityIncrement) |
Modifier and Type | Method and Description |
---|---|
void |
forEach(Consumer<? super E> action) |
ListIterator<E> |
listIterator(int index) |
Stream<E> |
parallelStream() |
boolean |
removeIf(Predicate<? super E> filter) |
void |
replaceAll(UnaryOperator<E> operator) |
void |
sort(Comparator<? super E> c)
Sort content of this instance according to the order induced by provided comparator.
|
Spliterator<E> |
spliterator() |
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(Collection<? extends E> vector)
public ListIterator<E> listIterator(int index)
listIterator
in interface List<E>
listIterator
in class IndirectList<E>
AbstractList.listIterator(int)
public void sort(Comparator<? super E> c)
IndirectList
sort
in interface 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 Spliterator<E> spliterator()
spliterator
in interface Iterable<E>
spliterator
in interface Collection<E>
spliterator
in interface List<E>
spliterator
in class Vector<E>
public void replaceAll(UnaryOperator<E> operator)
replaceAll
in interface List<E>
replaceAll
in class Vector<E>
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference