Package com.google.common.collect
Class Maps.EntrySet<K,V>
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractSet<Map.Entry<K,V>>
com.google.common.collect.Sets.ImprovedAbstractSet<Map.Entry<K,V>>
com.google.common.collect.Maps.EntrySet<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,,V>> Set<Map.Entry<K,V>>
- Direct Known Subclasses:
AbstractMapBasedMultimap.AsMap.AsMapEntries,CompactHashMap.EntrySetView,ForwardingMap.StandardEntrySet,Multimaps.AsMap.EntrySet
- Enclosing class:
Maps
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, iterator, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, containsAll, iterator, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
EntrySet()
-
-
Method Details
-
map
-
size
public int size() -
clear
public void clear() -
contains
-
isEmpty
public boolean isEmpty() -
remove
-
removeAll
-
retainAll
-