Uses of Class
com.google.common.collect.BaseImmutableMultimap
Packages that use BaseImmutableMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of BaseImmutableMultimap in com.google.common.collect
Subclasses of BaseImmutableMultimap in com.google.common.collectModifier and TypeClassDescription(package private) class
Implementation ofImmutableListMultimap
with no entries.(package private) class
Implementation ofImmutableListMultimap
with no entries.class
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
.