static <K extends @Nullable Object,V extends @Nullable Object> HashBiMap<K,V> |
HashBiMap.create() |
Returns a new, empty HashBiMap with the default initial capacity (16).
|
static <K extends @Nullable Object,V extends @Nullable Object> HashBiMap<K,V> |
HashBiMap.create(int expectedSize) |
Constructs a new, empty bimap with the specified expected size.
|
static <K extends @Nullable Object,V extends @Nullable Object> HashBiMap<K,V> |
HashBiMap.create(Map<? extends K,? extends V> map) |
Constructs a new bimap containing initial values from map .
|