Class Int2ObjectHashMap.EntryIterator

All Implemented Interfaces:
Iterator<Map.Entry<Integer,V>>, Map.Entry<Integer,V>
Enclosing class:
Int2ObjectHashMap<V>

public final class Int2ObjectHashMap.EntryIterator extends Int2ObjectHashMap<V>.AbstractIterator<Map.Entry<Integer,V>> implements Map.Entry<Integer,V>
Iterator over entries which supports access to unboxed keys via getIntKey().