public static class OrderedMap.OrderedMapValues<V> extends ObjectMap.Values<V>
| Constructor and Description |
|---|
OrderedMapValues(OrderedMap<?,V> map) |
| Modifier and Type | Method and Description |
|---|---|
V |
next() |
void |
remove() |
void |
reset() |
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.
|
hasNext, iteratorequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic OrderedMapValues(OrderedMap<?,V> map)
public void reset()
public V next()
public Array<V> toArray(Array<V> array)
ObjectMap.ValuestoArray in class ObjectMap.Values<V>public Array<V> toArray()
ObjectMap.ValuestoArray in class ObjectMap.Values<V>Copyright © 2021. All rights reserved.