Uses of Class
one.microstream.collections.MutexSet
Package | Description |
---|---|
one.microstream.collections |
-
Uses of MutexSet in one.microstream.collections
Methods in one.microstream.collections that return MutexSet Modifier and Type Method Description MutexSet<E>
MutexSet. addAll(E... elements)
MutexSet<E>
MutexSet. addAll(E[] elements, int offset, int length)
MutexSet<E>
MutexSet. addAll(XGettingCollection<? extends E> elements)
MutexSet<E>
MutexSet. copy()
MutexSet<E>
MutexSet. ensureCapacity(long minimalCapacity)
MutexSet<E>
MutexSet. ensureFreeCapacity(long minimalFreeCapacity)
MutexSet<E>
MutexSet.OldMutexSet. parent()
MutexSet<E>
MutexSet. putAll(E... elements)
MutexSet<E>
MutexSet. putAll(E[] elements, int offset, int length)
MutexSet<E>
MutexSet. putAll(XGettingCollection<? extends E> elements)