Class IntMap.Values<V>
java.lang.Object
com.esotericsoftware.kryo.util.IntMap.MapIterator<V>
com.esotericsoftware.kryo.util.IntMap.Values<V>
public static class IntMap.Values<V>
extends IntMap.MapIterator<V>
implements Iterable<V>, Iterator<V>
-
Field Summary
Fields 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
-
Constructor Details
-
Values
-
-
Method Details
-
hasNext
-
next
-
iterator
-
toArray
-