Class ShortObjectHashMap.PrimitiveIterator

java.lang.Object
io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
All Implemented Interfaces:
ShortObjectMap.PrimitiveEntry<V>, Iterator<ShortObjectMap.PrimitiveEntry<V>>
Enclosing class:
ShortObjectHashMap<V>

private final class ShortObjectHashMap.PrimitiveIterator extends Object implements Iterator<ShortObjectMap.PrimitiveEntry<V>>, ShortObjectMap.PrimitiveEntry<V>
Iterator over primitive entries. Entry key/values are overwritten by each call to next().