Uses of Class
com.google.common.collect.BaseImmutableMultimap
-
Packages that use BaseImmutableMultimap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of BaseImmutableMultimap in com.google.common.collect
Subclasses of BaseImmutableMultimap in com.google.common.collect Modifier and Type Class Description (package private) class
EmptyImmutableListMultimap
Implementation ofImmutableListMultimap
with no entries.(package private) class
EmptyImmutableSetMultimap
Implementation ofImmutableListMultimap
with no entries.class
ImmutableListMultimap<K,V>
AListMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ImmutableMultimap<K,V>
AMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ImmutableSetMultimap<K,V>
ASetMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.
-