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>
- 
Constructor SummaryConstructors Constructor Description OldListProcessor()
- 
Method SummaryModifier and Type Method Description ListProcessor<E>parent()Methods inherited from class one.microstream.collections.old.AbstractOldRemovingListclear, remove, remove, removeAll, retainAll, subListMethods inherited from class one.microstream.collections.old.AbstractOldGettingListadd, add, addAll, addAll, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, set, size, toArray, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Listequals, hashCode, replaceAll, sort, spliterator, toArray
- 
Constructor Details- 
OldListProcessorpublic OldListProcessor()
 
- 
- 
Method Details- 
parent- Specified by:
- parentin interface- OldCollection<E>
- Specified by:
- parentin interface- OldList<E>
- Overrides:
- parentin class- AbstractOldRemovingList<E>
 
 
-