Class ByteObjectHashMap.PrimitiveIterator

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

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