Constructor and Description |
---|
ObjectMap.Keys(ObjectMap<K,?> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<K> |
iterator() |
K |
next() |
java.util.ArrayList<K> |
toArray()
Returns a new array containing the remaining keys.
|
public boolean hasNext()
hasNext
in interface java.util.Iterator<K>
public java.util.Iterator<K> iterator()
iterator
in interface java.lang.Iterable<K>
public java.util.ArrayList<K> toArray()