Package org.hypergraphdb.type.javaprimitive

Class Summary
BooleanPrimitiveArrayType Boolean arrays are stored using a byte for each boolean value (as usual, 0 for false and 1 for true).
BooleanType  
BooleanType.BoolComparator  
BytePrimitiveArrayType  
ByteType  
CharPrimitiveArrayType  
CharType  
DoublePrimitiveArrayType  
DoubleType  
DoubleType.DoubleComparator  
EnumType  
EnumTypeConstructor Manages instances of EnumType.
FloatPrimitiveArrayType  
FloatType  
FloatType.FloatComparator  
IntPrimitiveArrayType  
IntType The implementation of the primitive Integer type.
LongPrimitiveArrayType  
LongType  
NumericTypeBase<T>  
NumericTypeBase.NumericComparator  
PrimitiveArrayType  
PrimitiveTypeBase<JavaType> A generic, base implementation of the primitive Java types.
ShortPrimitiveArrayType  
ShortType  
StringType The implementation of the primitive String type.
StringType.StringComparator