Uses of Class
org.hypergraphdb.storage.IndexResultSet

Packages that use IndexResultSet
org.hypergraphdb.storage   
 

Uses of IndexResultSet in org.hypergraphdb.storage
 

Subclasses of IndexResultSet in org.hypergraphdb.storage
 class KeyScanResultSet<T>
           Scans the key elements of an index.
 class SingleKeyResultSet<T>
           Implements a BerkeleyDB Cursor based result set that iterates over all duplicates of a given key.
 class SingleValueResultSet<T>
          A result set based on a BerkeleyDB secondary cursor.