public static class OrderedMap.OrderedMapKeys<K> extends ObjectMap.Keys<K>
| Constructor and Description |
|---|
OrderedMapKeys(OrderedMap<K,?> map) |
| Modifier and Type | Method and Description |
|---|---|
K |
next() |
void |
remove() |
void |
reset() |
Array<K> |
toArray()
Returns a new array containing the remaining keys.
|
Array<K> |
toArray(Array<K> array)
Adds the remaining keys to the array.
|
hasNext, iteratorequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic OrderedMapKeys(OrderedMap<K,?> map)
public void reset()
public K next()
public Array<K> toArray(Array<K> array)
ObjectMap.KeystoArray in class ObjectMap.Keys<K>public Array<K> toArray()
ObjectMap.KeystoArray in class ObjectMap.Keys<K>Copyright © 2021. All rights reserved.