public class ArrayIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>, java.lang.Iterable<T>
Constructor and Description |
---|
ArrayIterator(T[] a) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"