RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.util.ArrayIterator< E > Class Template Reference

Public Member Functions

 ArrayIterator (E[] array)

Detailed Description

An Iterator implementation that will iterate over the elements in an array without the overhead of the ArrayLists withdraw operation.

Parameters
<E>the type of array being iterated over.
Author
lare96 http://github.com/lare96

Definition at line 15 of file ArrayIterator.java.

Constructor & Destructor Documentation

◆ ArrayIterator()

Creates a new ArrayIterator.

Parameters
arraythe array that is storing the elements.

Definition at line 36 of file ArrayIterator.java.


The documentation for this class was generated from the following file: