T - the collection element typepublic class ImmutableIterator<T> extends ImmutableIteratorBase<T> implements Iterator<T>
Iterator to provide functionality for the immutable classes.| Modifier and Type | Method and Description |
|---|---|
T |
next()
Get the next element referenced by this
ImmutableIterator. |
checkNext, hasNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, removepublic T next()
ImmutableIterator.next in interface Iterator<T>NoSuchElementException - if there is no "next" elementCopyright © 2023. All rights reserved.