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