Class Int2ObjectCache.EntryIterator

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

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