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