Package one.microstream.collections
Class SynchCollection.OldSynchCollection<E>
java.lang.Object
one.microstream.collections.old.BridgeXCollection<E>
one.microstream.collections.SynchCollection.OldSynchCollection<E>
- All Implemented Interfaces:
- Iterable<E>,- Collection<E>,- OldCollection<E>
- Enclosing class:
- SynchCollection<E>
public static final class SynchCollection.OldSynchCollection<E> extends BridgeXCollection<E>
- 
Constructor SummaryConstructors Constructor Description OldSynchCollection()
- 
Method SummaryModifier and Type Method Description SynchCollection<E>parent()Methods inherited from class one.microstream.collections.old.BridgeXCollectionadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArrayMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
- 
Constructor Details- 
OldSynchCollectionpublic OldSynchCollection()
 
- 
- 
Method Details- 
parent- Specified by:
- parentin interface- OldCollection<E>
- Overrides:
- parentin class- BridgeXCollection<E>
 
 
-