Class OrderedMap.MapEntrySet

java.lang.Object
squidpony.squidmath.OrderedMap.MapEntrySet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map.Entry<K,​V>>, Collection<Map.Entry<K,​V>>, Set<Map.Entry<K,​V>>, SortedSet<Map.Entry<K,​V>>
Enclosing class:
OrderedMap<K,​V>

public final class OrderedMap.MapEntrySet
extends Object
implements Cloneable, SortedSet<Map.Entry<K,​V>>, Set<Map.Entry<K,​V>>, Collection<Map.Entry<K,​V>>, Serializable
See Also:
Serialized Form