See: Description
Class | Description |
---|---|
IteratorUtils |
A utility class for
Iterator s. |
LookaheadIterator<E> |
A base class for
Iterator implementations that need to calculate the next value in order to let Iterator.hasNext() return whether
or not there is a next value. |
StreamLikeIterator<E> |
Copyright © 2022. All rights reserved.