| 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 |
|
| ByteType.ByteComparator |
|
| CalendarType |
|
| CharPrimitiveArrayType |
|
| CharType |
|
| CharType.CharComparator |
|
| DateType |
|
| DateTypeBase<JavaType> |
|
| DateTypeBase.DateComparator<T> |
|
| DoublePrimitiveArrayType |
|
| DoubleType |
|
| DoubleType.DoubleComparator |
|
| EnumType |
|
| EnumType.ENUM_COMPARATOR_IMPL |
|
| EnumTypeConstructor |
Manages instances of EnumType.
|
| FloatPrimitiveArrayType |
|
| FloatType |
|
| FloatType.FloatComparator |
|
| IntPrimitiveArrayType |
|
| IntType |
The implementation of the primitive Integer type.
|
| IntType.IntComparator |
|
| LongPrimitiveArrayType |
|
| LongType |
|
| LongType.LongComparator |
|
| NumericTypeBase<T extends Number> |
|
| NumericTypeBase.NumericComparator |
Deprecated |
| PrimitiveArrayType |
|
| PrimitiveTypeBase<JavaType> |
A generic, base implementation of the primitive Java types.
|
| ShortPrimitiveArrayType |
|
| ShortType |
|
| ShortType.ShortComparator |
|
| StringType |
The implementation of the primitive String type.
|
| StringType.CaseInsensitiveStringComparator |
|
| StringType.StringComparator |
|
| TimestampType |
|