public final class ArrayIterator<T> extends Object implements Iterator<T>, Serializable
Constructor and Description |
---|
ArrayIterator(T[] array) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.