Uses of Class
com.google.common.collect.HashBasedTable
-
Packages that use HashBasedTable Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of HashBasedTable in com.google.common.collect
Methods in com.google.common.collect that return HashBasedTable Modifier and Type Method Description static <R,C,V>
HashBasedTable<R,C,V>HashBasedTable. create()
Creates an emptyHashBasedTable
.static <R,C,V>
HashBasedTable<R,C,V>HashBasedTable. create(int expectedRows, int expectedCellsPerRow)
Creates an emptyHashBasedTable
with the specified map sizes.static <R,C,V>
HashBasedTable<R,C,V>HashBasedTable. create(Table<? extends R,? extends C,? extends V> table)
Creates aHashBasedTable
with the same mappings as the specified table.
-