Class ConvertingIterator<S,T>

java.lang.Object
org.eclipse.rdf4j.common.iterator.ConvertingIterator<S,T>
All Implemented Interfaces:
Iterator<T>

public abstract class ConvertingIterator<S,T> extends Object implements Iterator<T>
An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).