private final class ImmutableMap.MapViewOfValuesAsSingletonSets extends ImmutableMap.IteratorBasedImmutableMap<K,ImmutableSet<V>>
ImmutableMap.Builder<K,V>, ImmutableMap.IteratorBasedImmutableMap<K,V>, ImmutableMap.SerializedForm<K,V>
EMPTY_ENTRY_ARRAY
Modifier | Constructor and Description |
---|---|
private |
MapViewOfValuesAsSingletonSets() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.Object key) |
(package private) ImmutableSet<K> |
createKeySet() |
(package private) UnmodifiableIterator<java.util.Map.Entry<K,ImmutableSet<V>>> |
entryIterator() |
ImmutableSet<V> |
get(java.lang.Object key) |
int |
hashCode() |
(package private) boolean |
isHashCodeFast() |
(package private) boolean |
isPartialView() |
int |
size() |
createEntrySet, createValues, entrySpliterator
asMultimap, builder, builderWithExpectedSize, checkNoConflict, clear, compute, computeIfAbsent, computeIfPresent, conflictException, containsValue, copyOf, copyOf, entryOf, entrySet, equals, getOrDefault, isEmpty, keyIterator, keySet, keySpliterator, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, toImmutableMap, toImmutableMap, toString, values, writeReplace
public int size()
ImmutableSet<K> createKeySet()
createKeySet
in class ImmutableMap.IteratorBasedImmutableMap<K,ImmutableSet<V>>
public boolean containsKey(@CheckForNull java.lang.Object key)
containsKey
in interface java.util.Map<K,ImmutableSet<V>>
containsKey
in class ImmutableMap<K,ImmutableSet<V>>
@CheckForNull public ImmutableSet<V> get(@CheckForNull java.lang.Object key)
get
in interface java.util.Map<K,ImmutableSet<V>>
get
in class ImmutableMap<K,ImmutableSet<V>>
boolean isPartialView()
isPartialView
in class ImmutableMap<K,ImmutableSet<V>>
public int hashCode()
hashCode
in interface java.util.Map<K,ImmutableSet<V>>
hashCode
in class ImmutableMap<K,ImmutableSet<V>>
boolean isHashCodeFast()
isHashCodeFast
in class ImmutableMap<K,ImmutableSet<V>>
UnmodifiableIterator<java.util.Map.Entry<K,ImmutableSet<V>>> entryIterator()
entryIterator
in class ImmutableMap.IteratorBasedImmutableMap<K,ImmutableSet<V>>