| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FloatValue
Representation of MessagePack's Float type.
|
interface |
ImmutableFloatValue
Immutable representation of MessagePack's Float type.
|
interface |
ImmutableIntegerValue
Immutable representation of MessagePack's Integer type.
|
interface |
ImmutableNumberValue
Immutable base interface of
ImmutableIntegerValue and ImmutableFloatValue interfaces. |
interface |
IntegerValue
Representation of MessagePack's Integer type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.AbstractNumberValueAccessor |
private class |
Variable.FloatValueAccessor |
private class |
Variable.IntegerValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
NumberValue |
Value.asNumberValue()
Returns the value as
NumberValue. |
NumberValue |
Variable.asNumberValue() |
NumberValue |
Variable.AbstractValueAccessor.asNumberValue() |
NumberValue |
Variable.AbstractNumberValueAccessor.asNumberValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBigIntegerValueImpl
ImmutableBigIntegerValueImpl Implements ImmutableBigIntegerValue using a BigInteger field. |
class |
ImmutableDoubleValueImpl
ImmutableDoubleValueImpl Implements ImmutableFloatValue using a double field. |
class |
ImmutableLongValueImpl
ImmutableLongValueImpl Implements ImmutableIntegerValue using a long field. |