129130131132133134135
/** * Create an instance of {@link Table } * */ public Table createTable() { return new Table(); }