This iterator does not support {@link #add} or {@link #remove}, as the object array cannot be structurally modified. The {@link #set} method is supported however.
The iterator implements a {@link #reset} method, allowing the reset of the iteratorback to the start if required. @see org.apache.commons.collections4.iterators.ObjectArrayIterator @see java.util.Iterator @see java.util.ListIterator @since 3.0 @version $Id: ObjectArrayListIterator.java 1493922 2013-06-17 20:25:23Z tn $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|