Package com.google.common.collect
Class WellBehavedMap.EntrySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- com.google.common.collect.Sets.ImprovedAbstractSet<java.util.Map.Entry<K,V>>
-
- com.google.common.collect.Maps.EntrySet<K,V>
-
- com.google.common.collect.WellBehavedMap.EntrySet
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<K,V>>
,java.util.Collection<java.util.Map.Entry<K,V>>
,java.util.Set<java.util.Map.Entry<K,V>>
- Enclosing class:
- WellBehavedMap<K,V>
private final class WellBehavedMap.EntrySet extends Maps.EntrySet<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<K,V>>
iterator()
(package private) java.util.Map<K,V>
map()
-
Methods inherited from class com.google.common.collect.Maps.EntrySet
clear, contains, isEmpty, remove, removeAll, retainAll, size
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<java.util.Map.Entry<K,V>> iterator()
- Specified by:
iterator
in interfacejava.util.Collection<java.util.Map.Entry<K,V>>
- Specified by:
iterator
in interfacejava.lang.Iterable<java.util.Map.Entry<K,V>>
- Specified by:
iterator
in interfacejava.util.Set<java.util.Map.Entry<K,V>>
- Specified by:
iterator
in classjava.util.AbstractCollection<java.util.Map.Entry<K,V>>
-
-