Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ObjectMap.Values<V> |
iterator() |
V |
next() |
Array<V> |
toArray()
Returns a new array containing the remaining values.
|
Array<V> |
toArray(Array<V> array)
Adds the remaining values to the specified array.
|
List<V> |
toList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public boolean hasNext()
public V next()
public ObjectMap.Values<V> iterator()
Copyright © 2018. All rights reserved.