- java.lang.Object
-
- com.badlogic.gdx.utils.ArrayMap.Values<V>
-
-
Constructor Summary
Constructors
Constructor and Description |
Values(ArrayMap<java.lang.Object,V> map) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator<V>
-
next
public V next()
- Specified by:
next
in interface java.util.Iterator<V>
-
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<V>
-
reset
public void reset()
Copyright © 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)