Uses of Class
com.google.common.collect.EnumHashBiMap
-
Packages that use EnumHashBiMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of EnumHashBiMap in com.google.common.collect
Methods in com.google.common.collect that return EnumHashBiMap Modifier and Type Method Description static <K extends java.lang.Enum<K>,V extends @Nullable java.lang.Object>
EnumHashBiMap<K,V>EnumHashBiMap. create(java.lang.Class<K> keyType)
Returns a new, emptyEnumHashBiMap
using the specified key type.static <K extends java.lang.Enum<K>,V extends @Nullable java.lang.Object>
EnumHashBiMap<K,V>EnumHashBiMap. create(java.util.Map<K,? extends V> map)
Constructs a new bimap with the same mappings as the specified map.
-