RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ArrayIterator (E[] array) |
An Iterator
implementation that will iterate over the elements in an array without the overhead of the ArrayList
s withdraw
operation.
<E> | the type of array being iterated over. |
Definition at line 15 of file ArrayIterator.java.
|
inline |
Creates a new ArrayIterator
.
array | the array that is storing the elements. |
Definition at line 36 of file ArrayIterator.java.