Package com.esotericsoftware.kryo.util
Class ObjectMap.Values<V>
java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.Values<V>
-
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
-
Values
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
iterator
-
toArray
Returns a new array containing the remaining values. -
toArray
Adds the remaining values to the specified array. -
reset
public void reset() -
advance
protected void advance() -
remove
public void remove()
-