Package ball.util
Class MapView.EntrySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<Map.Entry<K,V>>
-
- ball.util.MapView.EntrySet
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Map.Entry<K,V>>
,Collection<Map.Entry<K,V>>
,Set<Map.Entry<K,V>>
protected class MapView.EntrySet extends LinkedHashSet<Map.Entry<K,V>>
MapView.entrySet
implementation class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntrySet()
Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Map.Entry<K,V>>
iterator()
boolean
remove(Object object)
-
Methods inherited from class java.util.LinkedHashSet
spliterator
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-