| 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 <K |
HashBiMap.create()
Returns a new, empty
HashBiMap with the default initial capacity (16).
|
static <K |
HashBiMap.create(int expectedSize)
Constructs a new, empty bimap with the specified expected size.
|
static <K |
HashBiMap.create(Map
Constructs a new bimap containing initial values from
map.
|