static <T> IHeaderTable<T> |
ImmutableListHeaderTable.fromRows(Iterable<? extends Iterable<? extends T>> rows) |
Creates a new table from the given rows of cell values.
|
static <T> IHeaderTable<T> |
ImmutableListHeaderTable.fromRows(Iterable<? extends Iterable<? extends T>> rows,
Supplier<? extends T> defaultValue) |
Creates a new table from the given rows of cell values.
|
static <T> IHeaderTable<T> |
ImmutableListHeaderTable.fromRows(Iterable<? extends Iterable<? extends T>> rows,
Supplier<? extends T> defaultValue,
Function<? super T,String> headerNameExtractor) |
Creates a new table from the given rows of cell values.
|
static IHeaderTable<String> |
ImmutableListHeaderTable.fromRows(Iterable<? extends Iterable<String>> rows,
Supplier<String> defaultValue,
boolean firstRowIsHeader) |
Creates a new table from the given rows of cell values.
|