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.
author: Jason van Zyl author: Geir Magnusson Jr. version: $Id: ArrayIterator.java 463298 2006-10-12 16:10:32Z henning $ |