| Constructor and Description |
|---|
Miniterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether the iterator has any more elements.
|
T |
next()
Get the next element referenced by this iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
public T next()
next in interface Iterator<T>NoSuchElementException - if there is no "next" elementCopyright © 2023. All rights reserved.