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