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) |