Package com.esotericsoftware.kryo.util
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 com.esotericsoftware.kryo.util.IntMap.MapIterator
currentIndex, hasNext, INDEX_ILLEGAL, INDEX_ZERO, map, nextIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.IntMap.MapIterator
findNextIndex, remove, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove