Package com.badlogic.gdx.utils
Class ObjectMap.Values<V>
- java.lang.Object
-
- com.badlogic.gdx.utils.ObjectMap.Values<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>,java.util.Iterator<V>
- Direct Known Subclasses:
OrderedMap.OrderedMapValues
public static class ObjectMap.Values<V> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ObjectMap.Values<V>iterator()Vnext()Array<V>toArray()Returns a new array containing the remaining values.Array<V>toArray(Array<V> array)Adds the remaining values to the specified array.
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
iterator
public ObjectMap.Values<V> iterator()
-
-