Class ArrayIterator<T>
java.lang.Object
org.eclipse.net4j.util.collection.ArrayIterator<T>
- All Implemented Interfaces:
Iterator<T>
An object that iterates over the elements of an array
- Since:
- 3.0
- Author:
- Eike Stepper
-
Constructor Summary
ConstructorDescriptionArrayIterator
(T[] elements) ArrayIterator
(T[] elements, int firstElement) ArrayIterator
(T[] elements, int firstElement, int lastElement) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ArrayIterator
-
ArrayIterator
-
ArrayIterator
-
-
Method Details