Class ArrayIterator
java.lang.Object
org.antlr.stringtemplate.language.ArrayIterator
- All Implemented Interfaces:
Iterator
Iterator for an array so I don't have to copy the array to a List
just to make it iteratable.
-
Field Details
-
i
protected int iIndex into the data array -
array
-
n
protected int nArrays are fixed size; precompute.
-
-
Constructor Details
-
ArrayIterator
-
-
Method Details