T
@Internal public class ListCollector<T> extends Object implements Collector<T>
Collector
ListCollector(List<T> list)
void
close()
collect(T record)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListCollector(List<T> list)
public void collect(T record)
collect
Collector<T>
record
public void close()
close
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.