E - Generic type of this ArrayIteratorpublic class ArrayIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
ArrayIterator(E[] array)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ArrayIterator(E[] array)
array - The array to iterate.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.