Package com.google.common.collect
Class CompactHashMap.EntrySetView
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.google.common.collect.Sets.ImprovedAbstractSet<Map.Entry<K,V>>
com.google.common.collect.Maps.EntrySet<K,V>
com.google.common.collect.CompactHashMap.EntrySetView
- All Implemented Interfaces:
Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,,V>> Set<Map.Entry<K,V>>
- Enclosing class:
- CompactHashMap<K,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.EntrySet
clear, isEmpty, removeAll, retainAll, sizeMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, 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, toArray
-
Constructor Details
-
EntrySetView
EntrySetView()
-
-
Method Details
-
map
- Specified by:
mapin classMaps.EntrySet<K,V>
-
iterator
-
spliterator
-
contains
-
remove
-