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