public class ArrayIterator extends IteratorAdapter
Constructor and Description |
---|
ArrayIterator(Object[] array) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ArrayIterator(Object[] array)
public boolean hasNext()
hasNext
in interface Iterator
hasNext
in class IteratorAdapter
public Object next()
next
in interface Iterator
next
in class IteratorAdapter
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.