T
public class CollectionCollector<T> extends Object implements Collector<T>
CollectionCollector(List<Collector> collectorList)
void
collect(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionCollector(List<Collector> collectorList)
public void collect(T value)
collect
Collector<T>
Copyright © 2022. All rights reserved.