Uses of Interface
com.floragunn.fluent.collections.CheckTable
-
Packages that use CheckTable Package Description com.floragunn.fluent.collections -
-
Uses of CheckTable in com.floragunn.fluent.collections
Classes in com.floragunn.fluent.collections that implement CheckTable Modifier and Type Class Description static classCheckTable.AbstractCheckTable<R,C>static classCheckTable.ArrayCheckTable<R,C>static classCheckTable.SingleCellCheckTable<R,C>static classCheckTable.SingleColumnCheckTable<R,C>static classCheckTable.SingleRowCheckTable<R,C>static classCheckTable.TwoColumnCheckTable<R,C>Fields in com.floragunn.fluent.collections declared as CheckTable Modifier and Type Field Description static CheckTable<?,?>CheckTable. EMPTYMethods in com.floragunn.fluent.collections that return CheckTable Modifier and Type Method Description static <R,C>
CheckTable<R,C>CheckTable. create(Set<R> rows, C column)static <R,C>
CheckTable<R,C>CheckTable. create(Set<R> rows, Set<C> columns)static <R,C>
CheckTable<R,C>CheckTable. create(R row, Set<C> columns)static <R,C>
CheckTable<R,C>CheckTable. empty()
-