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.KeysNested classes/interfaces inherited from class com.google.common.collect.AbstractMultimap
AbstractMultimap.Entries, AbstractMultimap.EntrySet -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final EmptyImmutableListMultimapprivate static final longFields 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, toImmutableListMultimapMethods 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, valuesMethods inherited from class com.google.common.collect.AbstractMultimap
containsEntry, equals, hashCode, isEmpty, toString, valueSpliteratorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-