The array can be either an array of object or of primitives. If you know that you have an object array, the {@link org.apache.commons.collections4.iterators.ObjectArrayIterator ObjectArrayIterator}class is a better choice, as it will perform better.
The iterator implements a {@link #reset} method, allowing the reset ofthe iterator back to the start if required. @since 1.0 @version $Id: ArrayIterator.java 1494282 2013-06-18 20:09:15Z sebb $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|