class |
BooleanValue |
Boxed serializable and comparable boolean type, representing the primitive type boolean.
|
class |
ByteValue |
Boxed serializable and comparable byte type, representing the primitive type byte (signed
8 bit integer).
|
class |
CharValue |
Boxed serializable and comparable character type, representing the primitive type char.
|
class |
DoubleValue |
Boxed serializable and comparable double precision floating point type, representing the
primitive type double.
|
class |
FloatValue |
Boxed serializable and comparable single precision floating point type, representing the
primitive type float.
|
class |
IntValue |
Boxed serializable and comparable integer type, representing the primitive type int.
|
class |
LongValue |
Boxed serializable and comparable long integer type, representing the primitive type
long.
|
class |
NullValue |
Null base type for programs that implements the Key interface.
|
class |
ShortValue |
Boxed serializable and comparable short integer type, representing the primitive type
short.
|
class |
StringValue |
Mutable string data type that implements the Key interface.
|