Package one.microstream.collections
Class MutexSet.OldMutexSet<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingSet<E>
one.microstream.collections.old.AbstractBridgeXSet<E>
one.microstream.collections.MutexSet.OldMutexSet<E>
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,Set<E>
,OldCollection<E>
,OldSet<E>
public static final class MutexSet.OldMutexSet<E> extends AbstractBridgeXSet<E>
-
Constructor Summary
Constructors Constructor Description OldMutexSet()
-
Method Summary
Methods inherited from class one.microstream.collections.old.AbstractBridgeXSet
add, addAll, clear, removeAll, retainAll
Methods inherited from class one.microstream.collections.old.AbstractOldGettingSet
contains, containsAll, isEmpty, iterator, remove, size, toArray, toString
-
Constructor Details
-
OldMutexSet
public OldMutexSet()
-
-
Method Details
-
parent
- Specified by:
parent
in interfaceOldCollection<E>
- Specified by:
parent
in interfaceOldSet<E>
- Overrides:
parent
in classAbstractBridgeXSet<E>
-