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 ObjectMap.MapIterator
currentIndex, hasNext, map, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectMap.MapIterator
advance, 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
-
Keys
-
-
Method Details
-
hasNext
-
next
-
iterator
-
toArray
-