Package one.microstream.collections
Class EqBulkList.OldBulkList<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingList<E>
one.microstream.collections.old.AbstractOldSettingList<E>
one.microstream.collections.old.AbstractBridgeXList<E>
one.microstream.collections.EqBulkList.OldBulkList<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>,OldCollection<E>,OldList<E>
- Enclosing class:
- EqBulkList<E>
public static final class EqBulkList.OldBulkList<E> extends AbstractBridgeXList<E>
-
Constructor Summary
Constructors Constructor Description OldBulkList() -
Method Summary
Modifier and Type Method Description EqBulkList<E>parent()Methods inherited from class one.microstream.collections.old.AbstractBridgeXList
add, add, addAll, addAll, clear, remove, remove, removeAll, retainAll, subListMethods inherited from class one.microstream.collections.old.AbstractOldGettingList
contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator, toArray
-
Constructor Details
-
OldBulkList
public OldBulkList()
-
-
Method Details
-
parent
- Specified by:
parentin interfaceOldCollection<E>- Specified by:
parentin interfaceOldList<E>- Overrides:
parentin classAbstractBridgeXList<E>
-