Class ArrayIterator
- java.lang.Object
-
- org.antlr.stringtemplate.language.ArrayIterator
-
- All Implemented Interfaces:
java.util.Iterator
public class ArrayIterator extends java.lang.Object implements java.util.Iterator
Iterator for an array so I don't have to copy the array to a List just to make it iteratable.
-
-
Constructor Summary
Constructors Constructor Description ArrayIterator(java.lang.Object array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Object
next()
void
remove()
-