Class ByteObjectHashMap.MapIterator

java.lang.Object
io.netty.util.collection.ByteObjectHashMap.MapIterator
All Implemented Interfaces:
Iterator<Map.Entry<Byte,V>>
Enclosing class:
ByteObjectHashMap<V>

private final class ByteObjectHashMap.MapIterator extends Object implements Iterator<Map.Entry<Byte,V>>
Iterator used by the Map interface.