| Constructor and Description |
|---|
Miniterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether the iterator has any more elements (always
false). |
T |
next()
Get the next element referenced by this iterator (always throws exception).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
false).public T next()
next in interface Iterator<T>NoSuchElementException - in all casesCopyright © 2022. All rights reserved.