Package com.esotericsoftware.kryo.util
Class ObjectMap.Values<V>
- java.lang.Object
-
- com.esotericsoftware.kryo.util.ObjectMap.Values<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ObjectMap.Values<V>iterator()Vnext()java.util.ArrayList<V>toList()Returns a new list containing the remaining keys.<T extends java.util.List<V>>
TtoList(T array)Adds the remaining keys to the list.
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
iterator
public ObjectMap.Values<V> iterator()
-
toList
public java.util.ArrayList<V> toList()
Returns a new list containing the remaining keys.
-
toList
public <T extends java.util.List<V>> T toList(T array)
Adds the remaining keys to the list.
-
-