public class TableBuilder<T> extends Object
| Constructor and Description |
|---|
TableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String name,
Class<? extends T> type) |
void |
clear() |
Table<T> |
create() |
Copyright © 2015. All rights reserved.