Package one.microstream.collections
Class ListProcessor.OldListProcessor<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingList<E>
one.microstream.collections.old.AbstractOldRemovingList<E>
one.microstream.collections.ListProcessor.OldListProcessor<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>,OldCollection<E>,OldList<E>
- Enclosing class:
- ListProcessor<E>
public static final class ListProcessor.OldListProcessor<E> extends AbstractOldRemovingList<E>
-
Method Summary
Modifier and Type Method Description ListProcessor<E>parent()Methods inherited from class one.microstream.collections.old.AbstractOldRemovingList
clear, remove, remove, removeAll, retainAll, subListMethods inherited from class one.microstream.collections.old.AbstractOldGettingList
add, add, addAll, addAll, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, set, size, toArray, toArray, toString
-
Method Details
-
parent
- Specified by:
parentin interfaceOldCollection<E>- Specified by:
parentin interfaceOldList<E>- Overrides:
parentin classAbstractOldRemovingList<E>
-