Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DVertexAttributes.java229 static private class ReadonlyIterable<T> implements Iterable<T> { class in VertexAttributes
233 public ReadonlyIterable (T[] array) { in ReadonlyIterable() method in VertexAttributes.ReadonlyIterable