Package VASSAL.tools
Class ArrayIterator<T>
java.lang.Object
VASSAL.tools.ArrayIterator<T>
- All Implemented Interfaces:
Iterator<T>
@Deprecated public class ArrayIterator<T> extends Object implements Iterator<T>
Deprecated.
An
Iterator
for arrays.- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Constructor Summary
Constructors Constructor Description ArrayIterator(T... array)
Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining