Uses of Interface
org.hypergraphdb.type.HGPrimitiveType

Packages that use HGPrimitiveType
org.hypergraphdb.type   
org.hypergraphdb.type.javaprimitive   
 

Uses of HGPrimitiveType in org.hypergraphdb.type
 

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

Uses of HGPrimitiveType in org.hypergraphdb.type.javaprimitive
 

Classes in org.hypergraphdb.type.javaprimitive that implement HGPrimitiveType
 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.