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 291585 2005-09-26 08:56:23Z henning $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|