Package com.google.common.collect
Class EmptyImmutableListMultimap
java.lang.Object
com.google.common.collect.AbstractMultimap<K,V>
com.google.common.collect.BaseImmutableMultimap<K,V>
com.google.common.collect.ImmutableMultimap<K,V>
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, copyOf, copyOf, flatteningToImmutableListMultimap, fromMapEntries, get, inverse, of, of, of, of, of, of, removeAll, replaceValues, toImmutableListMultimap
Methods inherited from class com.google.common.collect.ImmutableMultimap
asMap, 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
asMap, equals
-
Field Details
-
INSTANCE
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EmptyImmutableListMultimap
private EmptyImmutableListMultimap()
-
-
Method Details
-
readResolve
-