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.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
-
Method Details
-
parent
XGettingList<E> parent()- Specified by:
parent
in interfaceOldCollection<E>
-