public static class ObjectMap.Values<V> extends java.lang.Object
ObjectMap.Values(ObjectMap<?,V> map)
boolean
hasNext()
ObjectMap.Values<V>
iterator()
V
next()
Array<V>
toArray()
toArray(Array<V> array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectMap.Values(ObjectMap<?,V> map)
public boolean hasNext()
public V next()
public ObjectMap.Values<V> iterator()
public Array<V> toArray()
public Array<V> toArray(Array<V> array)