Package com.esotericsoftware.kryo.util
Class ObjectMap.Values<V>
java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.MapIterator<Object,V>
com.esotericsoftware.kryo.util.ObjectMap.Values<V>
public static class ObjectMap.Values<V>
extends ObjectMap.MapIterator<Object,V>
implements Iterable<V>, Iterator<V>
-
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, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
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.
-