Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ObjectMap.Keys<K> |
iterator() |
K |
next() |
java.util.ArrayList<K> |
toList()
Returns a new list containing the remaining keys.
|
<T extends java.util.List<K>> |
toList(T array)
Adds the remaining keys to the list.
|
public boolean hasNext()
public K next()
public ObjectMap.Keys<K> iterator()
public java.util.ArrayList<K> toList()
public <T extends java.util.List<K>> T toList(T array)
Copyright © 2020. All Rights Reserved.