|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashBasedTable | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of HashBasedTable in com.google.common.collect |
---|
Methods in com.google.common.collect that return HashBasedTable | ||
---|---|---|
static
|
HashBasedTable.create()
Creates an empty HashBasedTable . |
|
static
|
HashBasedTable.create(int expectedRows,
int expectedCellsPerRow)
Creates an empty HashBasedTable with the specified map sizes. |
|
static
|
HashBasedTable.create(Table<? extends R,? extends C,? extends V> table)
Creates a HashBasedTable with the same mappings as the specified
table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |