Package com.google.common.collect
Class Multimaps.AsMap.EntrySet
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,Collection<V>>>
java.util.AbstractSet<Map.Entry<K,Collection<V>>>
com.google.common.collect.Sets.ImprovedAbstractSet<Map.Entry<K,Collection<V>>>
com.google.common.collect.Maps.EntrySet<K,Collection<V>>
com.google.common.collect.Multimaps.AsMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,Collection<V>>> Collection<Map.Entry<K,
,Collection<V>>> Set<Map.Entry<K,
Collection<V>>>
- Enclosing class:
Multimaps.AsMap<K,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.EntrySet
clear, contains, isEmpty, removeAll, retainAll, size
Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
EntrySet()
-
-
Method Details
-
map
Map<K,Collection<V>> map()- Specified by:
map
in classMaps.EntrySet<K,
Collection<V>>
-
iterator
- Specified by:
iterator
in interfaceCollection<Map.Entry<K,
Collection<V>>> - Specified by:
iterator
in interfaceIterable<Map.Entry<K,
Collection<V>>> - Specified by:
iterator
in interfaceSet<Map.Entry<K,
Collection<V>>> - Specified by:
iterator
in classAbstractCollection<Map.Entry<K,
Collection<V>>>
-
remove
- Specified by:
remove
in interfaceCollection<Map.Entry<K,
Collection<V>>> - Specified by:
remove
in interfaceSet<Map.Entry<K,
Collection<V>>> - Overrides:
remove
in classMaps.EntrySet<K,
Collection<V>>
-