Uses of Interface
de.xima.fc.common.data.table.IHeaderTable
Packages that use IHeaderTable
-
Uses of IHeaderTable in de.xima.fc.common.data.table
Classes in de.xima.fc.common.data.table that implement IHeaderTableModifier and TypeClassDescriptionclassAbstract implementation ofIHeaderTable.final classImmutable implementation ofIHeaderTable.Methods in de.xima.fc.common.data.table that return IHeaderTableModifier and TypeMethodDescriptionstatic <T> IHeaderTable<T> 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.