Package com.badlogic.gdx.utils
Class Array.ArrayIterable<T>
- java.lang.Object
-
- com.badlogic.gdx.utils.Array.ArrayIterable<T>
-
-
Constructor Summary
Constructors Constructor Description ArrayIterable(Array<T> array)ArrayIterable(Array<T> array, boolean allowRemove)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Array.ArrayIterator<T>iterator()
-
-
-
Method Detail
-
iterator
public Array.ArrayIterator<T> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<T>- See Also:
Collections.allocateIterators
-
-