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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
Methods inherited from interface java.util.Set
equals, hashCode, spliterator, toArray
-
-