Uses of Class
com.google.common.collect.RegularImmutableMap
-
Packages that use RegularImmutableMap Package Description com.google.common.collect 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 RegularImmutableMap Modifier and Type Field Description private RegularImmutableMap<K,V>
RegularImmutableMap.KeySet. map
(package private) RegularImmutableMap<K,V>
RegularImmutableMap.Values. map
Constructors in com.google.common.collect with parameters of type RegularImmutableMap Constructor Description KeySet(RegularImmutableMap<K,V> map)
Values(RegularImmutableMap<K,V> map)
-