class FilteredEntryMultimap.AsMap extends Maps.ImprovedAbstractMap<K,java.util.Collection<V>>
Constructor and Description |
---|
AsMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
(package private) java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> |
createEntrySet()
Creates the entry set to be returned by
Maps.ImprovedAbstractMap.entrySet() . |
(package private) java.util.Set<K> |
createKeySet() |
(package private) java.util.Collection<java.util.Collection<V>> |
createValues() |
java.util.Collection<V> |
get(java.lang.Object key) |
java.util.Collection<V> |
remove(java.lang.Object key) |
entrySet, keySet, values
clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
public boolean containsKey(@Nullable java.lang.Object key)
public void clear()
public java.util.Collection<V> get(@Nullable java.lang.Object key)
public java.util.Collection<V> remove(@Nullable java.lang.Object key)
java.util.Set<K> createKeySet()
createKeySet
in class Maps.ImprovedAbstractMap<K,java.util.Collection<V>>
java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> createEntrySet()
Maps.ImprovedAbstractMap
Maps.ImprovedAbstractMap.entrySet()
. This method
is invoked at most once on a given map, at the time when entrySet
is first called.createEntrySet
in class Maps.ImprovedAbstractMap<K,java.util.Collection<V>>
java.util.Collection<java.util.Collection<V>> createValues()
createValues
in class Maps.ImprovedAbstractMap<K,java.util.Collection<V>>