Package com.google.common.collect
Class EmptyImmutableListMultimap
java.lang.Object
com.google.common.collect.AbstractMultimap<Object,Object>
com.google.common.collect.BaseImmutableMultimap<Object,Object>
com.google.common.collect.ImmutableMultimap<Object,Object>
com.google.common.collect.ImmutableListMultimap<Object,Object>
com.google.common.collect.EmptyImmutableListMultimap
- All Implemented Interfaces:
ListMultimap<Object,
,Object> Multimap<Object,
,Object> Serializable
Implementation of
ImmutableListMultimap
with no entries.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ImmutableListMultimap
ImmutableListMultimap.Builder<K,
V> Nested classes/interfaces inherited from class com.google.common.collect.ImmutableMultimap
ImmutableMultimap.FieldSettersHolder, ImmutableMultimap.Keys
Nested classes/interfaces inherited from class com.google.common.collect.AbstractMultimap
AbstractMultimap.Entries, AbstractMultimap.EntrySet
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final EmptyImmutableListMultimap
private static final long
Fields inherited from class com.google.common.collect.ImmutableMultimap
map, size
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ImmutableListMultimap
builder, builderWithExpectedKeys, copyOf, copyOf, flatteningToImmutableListMultimap, fromMapBuilderEntries, fromMapEntries, get, inverse, of, of, of, of, of, of, removeAll, replaceValues, toImmutableListMultimap
Methods inherited from class com.google.common.collect.ImmutableMultimap
clear, containsKey, containsValue, createAsMap, createEntries, createKeys, createKeySet, createValues, entries, entryIterator, entrySpliterator, forEach, isPartialView, keys, keySet, put, putAll, putAll, remove, size, valueIterator, values
Methods inherited from class com.google.common.collect.AbstractMultimap
containsEntry, equals, hashCode, isEmpty, toString, valueSpliterator
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.collect.ListMultimap
equals
-
Field Details
-
INSTANCE
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EmptyImmutableListMultimap
private EmptyImmutableListMultimap()
-
-
Method Details
-
asMap
Description copied from class:ImmutableMultimap
Returns an immutable map that associates each key with its corresponding values in the multimap. Keys and values appear in the same order as in this multimap. -
readResolve
-