libgdx API

com.badlogic.gdx.utils
Class Array.ArrayIterator<T>

java.lang.Object
  extended by com.badlogic.gdx.utils.Array.ArrayIterator<T>
All Implemented Interfaces:
java.util.Iterator<T>
Enclosing class:
Array<T>

public static class Array.ArrayIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>


Constructor Summary
Array.ArrayIterator(Array<T> array)
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array.ArrayIterator

public Array.ArrayIterator(Array<T> array)
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()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)