Package one.microstream.collections
Class SynchList.OldSynchList<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.SynchList.OldSynchList<E>
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,List<E>
,OldCollection<E>
,OldList<E>
public static final class SynchList.OldSynchList<E> extends AbstractBridgeXList<E>
-
Constructor Summary
Constructors Constructor Description OldSynchList()
-
Method Summary
Methods inherited from class one.microstream.collections.old.AbstractBridgeXList
add, add, addAll, addAll, clear, remove, remove, removeAll, retainAll, subList
Methods inherited from class one.microstream.collections.old.AbstractOldGettingList
contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator, toArray
-
Constructor Details
-
OldSynchList
public OldSynchList()
-
-
Method Details
-
parent
- Specified by:
parent
in interfaceOldCollection<E>
- Specified by:
parent
in interfaceOldList<E>
- Overrides:
parent
in classAbstractBridgeXList<E>
-