| Package | Description |
|---|---|
| org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface. |
| Modifier and Type | Method and Description |
|---|---|
static <E> PeekingIterator<E> |
PeekingIterator.peekingIterator(java.util.Iterator<? extends E> iterator)
Decorates the specified iterator to support one-element lookahead.
|