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