Package com.esotericsoftware.kryo.util
Class ObjectMap.Keys<K>
java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.MapIterator<K,Object>
com.esotericsoftware.kryo.util.ObjectMap.Keys<K>
public static class ObjectMap.Keys<K>
extends ObjectMap.MapIterator<K,Object>
implements Iterable<K>, Iterator<K>
-
Field Summary
Fields inherited from class com.esotericsoftware.kryo.util.ObjectMap.MapIterator
currentIndex, hasNext, map, nextIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.ObjectMap.MapIterator
advance, 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