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) classEmptyImmutableListMultimapImplementation ofImmutableListMultimapwith no entries.(package private) classEmptyImmutableSetMultimapImplementation ofImmutableListMultimapwith no entries.classImmutableListMultimap<K,V>AListMultimapwhose contents will never change, with many other important properties detailed atImmutableCollection.classImmutableMultimap<K,V>AMultimapwhose contents will never change, with many other important properties detailed atImmutableCollection.classImmutableSetMultimap<K,V>ASetMultimapwhose contents will never change, with many other important properties detailed atImmutableCollection.
-