| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <R |
HashBasedTable.create()
Creates an empty
HashBasedTable.
|
static <R |
HashBasedTable.create(int expectedRows, int expectedCellsPerRow)
Creates an empty
HashBasedTable with the specified map sizes.
|
static <R |
HashBasedTable.create(Table
Creates a
HashBasedTable with the same mappings as the specified table.
|