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>>
public static class IntMap.Entries<V>
extends IntMap.MapIterator<V>
implements Iterable<IntMap.Entry<V>>, Iterator<IntMap.Entry<V>>
-
Field Summary
FieldsFields inherited from class IntMap.MapIterator
currentIndex, hasNext, INDEX_ILLEGAL, INDEX_ZERO, map, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IntMap.MapIterator
findNextIndex, remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove