Uses of Class
com.google.common.collect.HashBasedTable
Packages that use HashBasedTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Testing utilities.
-
Uses of HashBasedTable in com.google.common.collect
Methods in com.google.common.collect that return HashBasedTableModifier 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. -
Uses of HashBasedTable in com.google.common.testing
Methods in com.google.common.testing that return HashBasedTableModifier and TypeMethodDescription(package private) static <R,
C, V> HashBasedTable <R, C, V> FreshValueGenerator.generateHashBasedTable
(R row, C column, V value)