public static class CollectionsX.ArrayIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
ArrayIterator(Object[] ary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ArrayIterator(Object[] ary)
ary - an array or null.Copyright © 2018. All rights reserved.