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