Uses of Interface
org.hypergraphdb.query.impl.RSCombiner

Packages that use RSCombiner
org.hypergraphdb.query.impl   
 

Uses of RSCombiner in org.hypergraphdb.query.impl
 

Classes in org.hypergraphdb.query.impl that implement RSCombiner
 class InMemoryIntersectionResult<T>
           
 class SortedIntersectionResult<T>
           Combines two ordered result sets into a (ordered) result representing their set theoretical intersection.
 class ZigZagIntersectionResult<T>
           The ZigZagIntersectionResult operates on two sorted, random access result sets.
 

Constructors in org.hypergraphdb.query.impl with parameters of type RSCombiner
IntersectionQuery(HGQuery left, HGQuery right, RSCombiner combiner)
          Construct an intersection of two queries.