| 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 |
ArrayTable.create(Iterable
Creates an empty
ArrayTable.
|
static <R |
ArrayTable.create(Table
Creates an
ArrayTable with the mappings in the provided table.
|