| Constructor and Description |
|---|
ArrayIterator(T[] from)
Constructor for ArrayIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ArrayIterator(T[] from)
Constructor for ArrayIterator.
from - an array of T objects.Copyright © 2016. All Rights Reserved.