Class IntMap.Entries<V>

java.lang.Object
com.esotericsoftware.kryo.util.IntMap.MapIterator<V>
com.esotericsoftware.kryo.util.IntMap.Entries<V>
All Implemented Interfaces:
Iterable<IntMap.Entry<V>>, Iterator<IntMap.Entry<V>>
Enclosing class:
IntMap<V>

public static class IntMap.Entries<V> extends IntMap.MapIterator<V> implements Iterable<IntMap.Entry<V>>, Iterator<IntMap.Entry<V>>