Package | Description |
---|---|
org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface. |
Modifier and Type | Method | Description |
---|---|---|
static <E> PushbackIterator<E> |
PushbackIterator.pushbackIterator(java.util.Iterator<? extends E> iterator) |
Decorates the specified iterator to support one-element lookahead.
|
Copyright © 2001-2019 - Apache Software Foundation