Package ch.njol.util.coll.iterator
Class ArrayIterator<T>
java.lang.Object
ch.njol.util.coll.iterator.ArrayIterator<T>
- All Implemented Interfaces:
Iterator<T>
A simple iterator to iterate over an array.
-
Constructor Summary
ConstructorDescriptionArrayIterator(@Nullable T[] array)
ArrayIterator(@Nullable T[] array, int start)
-
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
-
-
Method Details