Uses of Class
com.google.common.collect.RegularImmutableMap
Packages that use RegularImmutableMap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of RegularImmutableMap in com.google.common.collect
Fields in com.google.common.collect declared as RegularImmutableMapModifier and TypeFieldDescriptionprivate final RegularImmutableMap<K,?> RegularImmutableMap.KeySet.map(package private) final RegularImmutableMap<K,V> RegularImmutableMap.Values.mapConstructors in com.google.common.collect with parameters of type RegularImmutableMapModifierConstructorDescription(package private)KeySet(RegularImmutableMap<K, ?> map) (package private)Values(RegularImmutableMap<K, V> map)