Package com.esotericsoftware.kryo.util
Class IntMap.Values<V>
- java.lang.Object
-
- com.esotericsoftware.kryo.util.IntMap.Values<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<V>iterator()Vnext()ArrayList<V>toList()Returns a new list containing the remaining values.-
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
-
-