Uses of Interface
org.hypergraphdb.HGOrderedSearchable

Packages that use HGOrderedSearchable
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.storage   
org.hypergraphdb.type   
org.hypergraphdb.type.javaprimitive   
 

Uses of HGOrderedSearchable in org.hypergraphdb
 

Subinterfaces of HGOrderedSearchable in org.hypergraphdb
 interface HGSortIndex<KeyType,ValueType>
           A HGSortIndex is a HGIndex that maintains its keys in an order relation.
 

Uses of HGOrderedSearchable in org.hypergraphdb.storage
 

Classes in org.hypergraphdb.storage that implement HGOrderedSearchable
 class DefaultBiIndexImpl<KeyType,ValueType>
           
 class DefaultIndexImpl<KeyType,ValueType>
           A default index implementation.
 

Uses of HGOrderedSearchable in org.hypergraphdb.type
 

Classes in org.hypergraphdb.type that implement HGOrderedSearchable
 class HGHandleType
           
 

Uses of HGOrderedSearchable in org.hypergraphdb.type.javaprimitive
 

Classes in org.hypergraphdb.type.javaprimitive that implement HGOrderedSearchable
 class BooleanType
           
 class ByteType
           
 class CharType
           
 class DoubleType
           
 class FloatType
           
 class IntType
           The implementation of the primitive Integer type.
 class LongType
           
 class NumericTypeBase<T>
           
 class PrimitiveTypeBase<JavaType>
           A generic, base implementation of the primitive Java types.
 class ShortType
           
 class StringType
           The implementation of the primitive String type.