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