- java.lang.Object
-
- com.badlogic.gdx.utils.Queue.QueueIterator<T>
-
-
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.util.Iterator
forEachRemaining
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator<T>
-
next
public T next()
- Specified by:
next
in interface java.util.Iterator<T>
-
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<T>
-
reset
public void reset()
Copyright © 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)