| Interface | Description |
|---|---|
| FilteringIterator.IteratorFilter<E> |
| Class | Description |
|---|---|
| ConsumingInputStream |
An
InputStream wrapper that tries to consume all unread content when it's about to be closed. |
| FilteringIterator<E> |
An
Iterator that returns the elements of another Iterator, possibly filtering out some of the elements. |
| SerialIterator<T> |
An
Iterator that serializes the results of other iterators. |