Class IteratorFactoryWithBuffer<T,I extends Iterator<T>>

java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.IteratorFactoryWithBuffer<T,I>
Type Parameters:
T - The item type of this iterator
I - The type of the underlying iterator

public class IteratorFactoryWithBuffer<T,I extends Iterator<T>> extends Object
Buffering iterator. Can buffer an arbitrary amount ahead. Single producer multi consumer style.