public static class ObjectMap.Keys<K>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<K> |
iterator() |
K |
next() |
Array<K> |
toArray()
Returns a new array containing the remaining keys.
|
Array<K> |
toArray(Array<K> array)
Adds the remaining keys to the array.
|