public class TableBuilder<T> extends Object
TableBuilder()
void
addColumn(String name, Class<? extends T> type)
clear()
Table<T>
create()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TableBuilder()
public void addColumn(String name, Class<? extends T> type)
public void clear()
public Table<T> create()
Copyright © 2013. All Rights Reserved.