Class ArrayIterator<T>

java.lang.Object
org.codehaus.groovy.util.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>

public class ArrayIterator<T>
extends Object
implements Iterator<T>
Allow an array to be used where an Iterator is expected.