Package one.microstream.collections.old
Interface OldList<E>
-
- All Superinterfaces:
Collection<E>
,Iterable<E>
,List<E>
,OldCollection<E>
- All Known Subinterfaces:
OldSingle<E>
- All Known Implementing Classes:
AbstractBridgeXList
,AbstractOldGettingList
,AbstractOldRemovingList
,AbstractOldSettingList
,ArrayAccessor.OldArrayAccessor
,ArrayCollector.OldArrayCollector
,ArrayView.OldArrayView
,BulkList.OldBulkList
,ConstList.OldConstList
,EqBulkList.OldBulkList
,EqConstList.OldConstList
,EqHashTable.Values.OldValues
,FixedList.OldFixedList
,HashTable.Values.OldValues
,LimitList.OldLimitList
,ListAccessor.OldListAccessor
,ListProcessor.OldListProcessor
,ListView.OldListView
,LockedList.OldMutexList
,SynchList.OldSynchList
public interface OldList<E> extends List<E>, OldCollection<E>
-
-
Method Summary
Modifier and Type Method Description XGettingList<E>
parent()
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
-
-
-
Method Detail
-
parent
XGettingList<E> parent()
- Specified by:
parent
in interfaceOldCollection<E>
-
-