Package VASSAL.tools

Class ArrayIterator<T>

java.lang.Object
VASSAL.tools.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>

@Deprecated(since="2021-12-01", forRemoval=true) public class ArrayIterator<T> extends Object implements Iterator<T>
Deprecated, for removal: This API element is subject to removal in a future version.
An Iterator for arrays.
Since:
3.2.0
Author:
Joel Uckelman