Uses of Class
com.google.common.collect.ImmutableMultimap
Packages that use ImmutableMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Testing utilities.
Concurrency utilities.
-
Uses of ImmutableMultimap in com.google.common.collect
Subclasses of ImmutableMultimap 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
ImmutableSetMultimap<K,
V> ASetMultimap
whose contents will never change, with many other important properties detailed atImmutableCollection
.Fields in com.google.common.collect declared as ImmutableMultimapModifier and TypeFieldDescription(package private) final ImmutableMultimap
<K, V> ImmutableMultimap.EntryCollection.multimap
(package private) final ImmutableMultimap
<?, ?> ImmutableMultimap.KeysSerializedForm.multimap
private final ImmutableMultimap
<K, V> ImmutableMultimap.Values.multimap
Fields in com.google.common.collect with type parameters of type ImmutableMultimapModifier and TypeFieldDescription(package private) static final Serialization.FieldSetter
<? super ImmutableMultimap<?, ?>> ImmutableMultimap.FieldSettersHolder.MAP_FIELD_SETTER
(package private) static final Serialization.FieldSetter
<? super ImmutableMultimap<?, ?>> ImmutableMultimap.FieldSettersHolder.SIZE_FIELD_SETTER
Methods in com.google.common.collect that return ImmutableMultimapModifier and TypeMethodDescriptionImmutableMultimap.Builder.build()
Returns a newly-created immutable multimap.static <K,
V> ImmutableMultimap <K, V> Returns an immutable multimap containing the same mappings asmultimap
, in the "key-grouped" iteration order described in the class documentation.static <K,
V> ImmutableMultimap <K, V> Returns an immutable multimap containing the specified entries.abstract ImmutableMultimap
<V, K> ImmutableMultimap.inverse()
Returns an immutable multimap which is the inverse of this one.static <K,
V> ImmutableMultimap <K, V> ImmutableMultimap.of()
Returns an empty multimap.static <K,
V> ImmutableMultimap <K, V> ImmutableMultimap.of
(K k1, V v1) Returns an immutable multimap containing a single entry.static <K,
V> ImmutableMultimap <K, V> ImmutableMultimap.of
(K k1, V v1, K k2, V v2) Returns an immutable multimap containing the given entries, in order.static <K,
V> ImmutableMultimap <K, V> ImmutableMultimap.of
(K k1, V v1, K k2, V v2, K k3, V v3) Returns an immutable multimap containing the given entries, in the "key-grouped" insertion order described in the class documentation.static <K,
V> ImmutableMultimap <K, V> ImmutableMultimap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) Returns an immutable multimap containing the given entries, in the "key-grouped" insertion order described in the class documentation.static <K,
V> ImmutableMultimap <K, V> ImmutableMultimap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) Returns an immutable multimap containing the given entries, in the "key-grouped" insertion order described in the class documentation.Methods in com.google.common.collect with parameters of type ImmutableMultimapModifier and TypeMethodDescriptionstatic <K,
V> Multimap <K, V> Multimaps.unmodifiableMultimap
(ImmutableMultimap<K, V> delegate) Deprecated.no need to use thisConstructors in com.google.common.collect with parameters of type ImmutableMultimapModifierConstructorDescription(package private)
EntryCollection
(ImmutableMultimap<K, V> multimap) (package private)
KeysSerializedForm
(ImmutableMultimap<?, ?> multimap) (package private)
Values
(ImmutableMultimap<K, V> multimap) -
Uses of ImmutableMultimap in com.google.common.collect.testing.google
Fields in com.google.common.collect.testing.google declared as ImmutableMultimapModifier and TypeFieldDescriptionprivate static final ImmutableMultimap
<Feature<?>, Feature<?>> MultimapTestSuiteBuilder.GET_FEATURE_MAP
-
Uses of ImmutableMultimap in com.google.common.testing
Methods in com.google.common.testing that return ImmutableMultimapModifier and TypeMethodDescription(package private) static <K,
V> ImmutableMultimap <K, V> FreshValueGenerator.generateImmutableMultimap
(K key, V value) -
Uses of ImmutableMultimap in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ImmutableMultimap