public class ArrayIterator<E> extends UnmodifiableIterator<E> implements Iterable<E>
| 构造器和说明 |
|---|
ArrayIterator(E[] array) |
ArrayIterator(E[] array,
boolean reversed) |
ArrayIterator(Object array) |
ArrayIterator(Object array,
boolean reversed) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next() |
removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingCopyright © 2021. All rights reserved.