@throws nullpointerexception if array is null
array
null
@throws indexoutofboundsexception if the start or end index is out of bounds
@throws illegalargumentexception if end index is before the start
@param start the index to start iterating at
@param end the index (exclusive) to finish iterating at
@param array the array to iterate over
file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java
file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java