Uses of Class
com.google.common.collect.RegularImmutableMap
Packages that use RegularImmutableMap
Package
Description
Collection interfaces and implementations, and other utilities for 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.map
Constructors in com.google.common.collect with parameters of type RegularImmutableMapModifierConstructorDescription(package private)
KeySet
(RegularImmutableMap<K, ?> map) (package private)
Values
(RegularImmutableMap<K, V> map)