Uses of Class
org.hypergraphdb.HGRandomAccessResult.GotoResult

Packages that use HGRandomAccessResult.GotoResult
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.query.impl   
org.hypergraphdb.storage   
 

Uses of HGRandomAccessResult.GotoResult in org.hypergraphdb
 

Methods in org.hypergraphdb that return HGRandomAccessResult.GotoResult
 HGRandomAccessResult.GotoResult HGRandomAccessResult.goTo(ValueType value, boolean exactMatch)
          Position the result set at a particular value if that value is indeed part of the result set.
static HGRandomAccessResult.GotoResult HGRandomAccessResult.GotoResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HGRandomAccessResult.GotoResult[] HGRandomAccessResult.GotoResult.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of HGRandomAccessResult.GotoResult in org.hypergraphdb.query.impl
 

Methods in org.hypergraphdb.query.impl that return HGRandomAccessResult.GotoResult
 HGRandomAccessResult.GotoResult ZigZagIntersectionResult.goTo(T value, boolean exactMatch)
           
 HGRandomAccessResult.GotoResult InMemoryIntersectionResult.goTo(T value, boolean exactMatch)
           
 

Uses of HGRandomAccessResult.GotoResult in org.hypergraphdb.storage
 

Methods in org.hypergraphdb.storage that return HGRandomAccessResult.GotoResult
 HGRandomAccessResult.GotoResult SingleValueResultSet.goTo(T value, boolean exactMatch)
           
 HGRandomAccessResult.GotoResult KeyScanResultSet.goTo(T value, boolean exactMatch)
           
 HGRandomAccessResult.GotoResult IndexResultSet.goTo(T value, boolean exactMatch)