Class OpenHashMap.MapEntrySet

All Implemented Interfaces:
Cloneable, Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, SequencedCollection<Map.Entry<K,V>>, SequencedSet<Map.Entry<K,V>>, Set<Map.Entry<K,V>>, SortedSet<Map.Entry<K,V>>
Enclosing class:
OpenHashMap<K,V>

private final class OpenHashMap.MapEntrySet extends OpenHashMap.AbstractObjectSet<Map.Entry<K,V>> implements SortedSet<Map.Entry<K,V>>