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>
-
Method Summary
Modifier and Type Method Description SynchCollection<E>
parent()
Methods inherited from class one.microstream.collections.old.BridgeXCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Method Details
-
parent
- Specified by:
parent
in interfaceOldCollection<E>
- Overrides:
parent
in classBridgeXCollection<E>
-