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 SummaryModifier and Type Method Description XGettingList<E>parent()Methods inherited from interface java.util.Listadd, 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- 
parentXGettingList<E> parent()- Specified by:
- parentin interface- OldCollection<E>
 
 
-