Package com.google.common.collect
Class EmptyImmutableSetMultimap
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.ImmutableSetMultimap<Object,Object>
com.google.common.collect.EmptyImmutableSetMultimap
- All Implemented Interfaces:
Multimap<Object,
,Object> SetMultimap<Object,
,Object> Serializable
Implementation of
ImmutableListMultimap
with no entries.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ImmutableSetMultimap
ImmutableSetMultimap.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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final EmptyImmutableSetMultimap
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.ImmutableSetMultimap
builder, builderWithExpectedKeys, copyOf, copyOf, entries, flatteningToImmutableSetMultimap, fromMapBuilderEntries, fromMapEntries, get, inverse, of, of, of, of, of, of, removeAll, replaceValues, toImmutableSetMultimap, valueComparator
Methods inherited from class com.google.common.collect.ImmutableMultimap
clear, containsKey, containsValue, createAsMap, createEntries, createKeys, createKeySet, createValues, 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.Multimap
clear, containsEntry, containsKey, containsValue, forEach, hashCode, isEmpty, keys, keySet, put, putAll, putAll, remove, size, values
Methods inherited from interface com.google.common.collect.SetMultimap
equals
-
Field Details
-
INSTANCE
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EmptyImmutableSetMultimap
private EmptyImmutableSetMultimap()
-
-
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
-