Duplications Manager

570274b96eaa5a0c65add6cb

@throws nullpointerexception if array is 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

"public ObjectArrayListIterator(E[] array,int start,int end)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayListIterator.java

"public ObjectArrayIterator(E array,int start,int end)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/iterators/ObjectArrayIterator.java