Home
last modified time | relevance | path

Searched defs:ArrayIterable (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DArray.java579 static public class ArrayIterable<T> implements Iterable<T> { class in Array
586 public ArrayIterable (Array<T> array) { in ArrayIterable() method in Array.ArrayIterable
590 public ArrayIterable (Array<T> array, boolean allowRemove) { in ArrayIterable() method in Array.ArrayIterable