public interface DataCollector<T extends Object>
abstract Unit
add(T value)
abstract DataColumn<T>
toColumn(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit add(T value)
abstract DataColumn<T> toColumn(String name)