- All Implemented Interfaces:
Iterator<E>
public final class ArrayIterator<E>
extends Object
implements Iterator<E>
- Author:
- strobelm
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayIterator
public ArrayIterator(E[] elements)
-