An Iterator wrapper for an Object[]. This will
allow us to deal with all array like structures
in a consistent manner.
WARNING : this class's operations are NOT synchronized.
It is meant to be used in a single thread, newly created
for each use in the #foreach() directive.
If this is used or shared, synchronize in the
next() method.
since: 1.0 author: Jason van Zyl author: Geir Magnusson Jr. version: $Id: ArrayIterator.java 398329 2006-04-30 12:51:43Z dion $ |