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