(package private) static <R,C,V> RegularImmutableTable<R,C,V> |
RegularImmutableTable.forCells(java.lang.Iterable<Table.Cell<R,C,V>> cells) |
|
(package private) static <R,C,V> RegularImmutableTable<R,C,V> |
RegularImmutableTable.forCells(java.util.List<Table.Cell<R,C,V>> cells,
java.util.Comparator<? super R> rowComparator,
java.util.Comparator<? super C> columnComparator) |
|
private static <R,C,V> RegularImmutableTable<R,C,V> |
RegularImmutableTable.forCellsInternal(java.lang.Iterable<Table.Cell<R,C,V>> cells,
java.util.Comparator<? super R> rowComparator,
java.util.Comparator<? super C> columnComparator) |
|
(package private) static <R,C,V> RegularImmutableTable<R,C,V> |
RegularImmutableTable.forOrderedComponents(ImmutableList<Table.Cell<R,C,V>> cellList,
ImmutableSet<R> rowSpace,
ImmutableSet<C> columnSpace) |
A factory that chooses the most space-efficient representation of the table.
|