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

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

public static class Array.ArrayIterable<T>
extends Object
implements Iterable<T>


Constructor Summary
Array.ArrayIterable(Array<T> array)
           
Array.ArrayIterable(Array<T> array, boolean allowRemove)
           
 
Method Summary
 Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array.ArrayIterable

public Array.ArrayIterable(Array<T> array)

Array.ArrayIterable

public Array.ArrayIterable(Array<T> array,
                           boolean allowRemove)
Method Detail

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>


Copyright © 2013. All Rights Reserved.