Package com.esotericsoftware.kryo.util
Class ObjectMap.Keys<K>
java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.Keys<K>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
hasNext
public boolean hasNext -
map
-
nextIndex
protected int nextIndex
-
-
Constructor Details
-
Keys
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
iterator
-
toArray
Returns a new array containing the remaining keys. -
reset
public void reset() -
advance
protected void advance() -
remove
public void remove()
-