abstractpublic class TransformingIteratorWrapper extends LookaheadIterator(Code)
Superclass for Iterators which transform and/or filter results
from a wrapped Iterator. Because transform() has the option of
discarding an item from the inner Iterator (by returning null),
this is a kind of LookaheadIterator.
author: gojomo