Class ArrayIterator<T>

java.lang.Object
org.eclipse.net4j.util.collection.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>

public class ArrayIterator<T> extends Object implements Iterator<T>
An object that iterates over the elements of an array
Since:
3.0
Author:
Eike Stepper