Class Map1Iterator<From,To>

java.lang.Object
org.apache.jena.util.iterator.NiceIterator<To>
org.apache.jena.util.iterator.Map1Iterator<From,To>
All Implemented Interfaces:
Iterator<To>, IteratorCloseable<To>, Closeable, ClosableIterator<To>, ExtendedIterator<To>

public class Map1Iterator<From,To> extends NiceIterator<To>
An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.