Uses of Class
com.google.common.collect.RegularImmutableBiMap
-
Packages that use RegularImmutableBiMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of RegularImmutableBiMap in com.google.common.collect
Fields in com.google.common.collect declared as RegularImmutableBiMap Modifier and Type Field Description (package private) static RegularImmutableBiMap<java.lang.Object,java.lang.Object>
RegularImmutableBiMap. EMPTY
Methods in com.google.common.collect that return RegularImmutableBiMap Modifier and Type Method Description (package private) static <K,V>
RegularImmutableBiMap<K,V>RegularImmutableBiMap. fromEntries(java.util.Map.Entry<K,V>... entries)
(package private) static <K,V>
RegularImmutableBiMap<K,V>RegularImmutableBiMap. fromEntryArray(int n, java.util.Map.Entry<K,V>[] entryArray)
-