Uses of Class
com.google.common.collect.EnumHashBiMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of EnumHashBiMap in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <K extends Enum<K>,
V extends @Nullable Object>
EnumHashBiMap<K, V> Returns a new, emptyEnumHashBiMap
using the specified key type.static <K extends Enum<K>,
V extends @Nullable Object>
EnumHashBiMap<K, V> Constructs a new bimap with the same mappings as the specified map.