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, iterator
public OrderedMapValues(OrderedMap<?,V> map)
public void reset()
public V next()
next
in interface java.util.Iterator<V>
next
in class ObjectMap.Values<V>
public void remove()
remove
in interface java.util.Iterator<V>
public Array<V> toArray(Array<V> array)
ObjectMap.Values
toArray
in class ObjectMap.Values<V>
public Array<V> toArray()
ObjectMap.Values
toArray
in class ObjectMap.Values<V>