Uses of Class
com.google.common.collect.HashBasedTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of HashBasedTable in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <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> Creates aHashBasedTable
with the same mappings as the specified table.