org.hypergraphdb.query.impl
Interface RSCombiner<T>

All Superinterfaces:
CloseMe, HGSearchResult<T>, java.util.Iterator<T>, TwoWayIterator<T>
All Known Implementing Classes:
InMemoryIntersectionResult, SortedIntersectionResult, ZigZagIntersectionResult

public interface RSCombiner<T>
extends HGSearchResult<T>


Field Summary
 
Fields inherited from interface org.hypergraphdb.HGSearchResult
EMPTY
 
Method Summary
 void init(HGSearchResult<T> l, HGSearchResult<T> r)
           
 
Methods inherited from interface org.hypergraphdb.HGSearchResult
close, current, isOrdered
 
Methods inherited from interface org.hypergraphdb.TwoWayIterator
hasPrev, prev
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

init

void init(HGSearchResult<T> l,
          HGSearchResult<T> r)