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 SummaryConstructors Constructor Description OldSynchList()
- 
Method SummaryMethods inherited from class one.microstream.collections.old.AbstractBridgeXListadd, add, addAll, addAll, clear, remove, remove, removeAll, retainAll, subListMethods inherited from class one.microstream.collections.old.AbstractOldGettingListcontains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, toArray, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Listequals, hashCode, replaceAll, sort, spliterator, toArray
- 
Constructor Details- 
OldSynchListpublic OldSynchList()
 
- 
- 
Method Details- 
parent- Specified by:
- parentin interface- OldCollection<E>
- Specified by:
- parentin interface- OldList<E>
- Overrides:
- parentin class- AbstractBridgeXList<E>
 
 
-