Class CharObjectHashMap.EntrySet

All Implemented Interfaces:
Iterable<Map.Entry<Character,V>>, Collection<Map.Entry<Character,V>>, Set<Map.Entry<Character,V>>
Enclosing class:
CharObjectHashMap<V>

private final class CharObjectHashMap.EntrySet extends AbstractSet<Map.Entry<Character,V>>
Set implementation for iterating over the entries of the map.