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 extends Enum<K>,V> |
EnumHashBiMap.create(Class<K> keyType)
Returns a new, empty
EnumHashBiMap using the specified key type. |
static <K extends Enum<K>,V> |
EnumHashBiMap.create(Map<K,? extends V> map)
Constructs a new bimap with the same mappings as the specified map.
|
Copyright © 2010–2019. All rights reserved.