Constructor | Description |
---|---|
ArrayIterator(T[] a) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
Iterator<T> |
iterator() |
|
T |
next() |
|
void |
remove() |
forEach, spliterator
forEachRemaining
public ArrayIterator(T[] a)
Copyright © 2008–2018. All rights reserved.