| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayIterator.Generic
Iterate on an array of any type by using the reflection methods (java.lang.reflect.Array).
|
| Constructor and Description |
|---|
ArrayIterator(T[] array)
Constructor.
|
ArrayIterator(T[] array,
int max)
Creates an iterator from an array.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2019. All rights reserved.