Uses of Package
com.hp.hpl.jena.sparql.engine.iterator

Packages that use com.hp.hpl.jena.sparql.engine.iterator
com.hp.hpl.jena.sparql.engine.iterator   
com.hp.hpl.jena.sparql.engine.main.iterator   
 

Classes in com.hp.hpl.jena.sparql.engine.iterator used by com.hp.hpl.jena.sparql.engine.iterator
QueryIter
          This class provides the general machinary for iterators.
QueryIter1
          This class supports a QueryIter that takes one QueryIterator as input.
QueryIter2
          This class makrs a QueryIter that takes one QueryIterator as input.
QueryIter2LoopOnLeft
          Binary operation done by looping on the left, and materializing the right - this is not streamed on the right See also QueryIterRepeatApply
QueryIteratorBase
          This class provides the general machinary for iterators.
QueryIteratorCaching
          A caching QueryIterator.
QueryIteratorCheck
          Query iterator that checks everything was closed correctly
QueryIteratorTiming
           
QueryIteratorWrapper
          Wrap a QueryIterator so it can have some/all of it's methods intercepted.
QueryIterConvert
          Iterator over another QueryIterator, applying a converter function to each object that is returned by .next()
QueryIterConvert.Converter
           
QueryIterDistinctReduced
          Implementation skeleton for DISTINCT and REDUCED.
QueryIterPeek
           
QueryIterPlainWrapper
          Turn an normal java.util.Iterator (of Bindings) into a QueryIterator
QueryIterProcessBinding
          An iterator that applying a condition.
QueryIterRepeatApply
          Repeatedly execute the subclass operation for each Binding in the input iterator.
QueryIterRoot
           
QueryIterSingleton
          A singleton iterator
QueryIterSub
          This class supports a QueryIter that uses a single sub iterator.
QueryIterYieldN
          A query iterator that yields the same thing N times.
 

Classes in com.hp.hpl.jena.sparql.engine.iterator used by com.hp.hpl.jena.sparql.engine.main.iterator
QueryIter
          This class provides the general machinary for iterators.
QueryIter1
          This class supports a QueryIter that takes one QueryIterator as input.
QueryIter2
          This class makrs a QueryIter that takes one QueryIterator as input.
QueryIteratorBase
          This class provides the general machinary for iterators.
QueryIterRepeatApply
          Repeatedly execute the subclass operation for each Binding in the input iterator.
 



Licenced under the Apache License, Version 2.0