| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableFloatValue
Immutable representation of MessagePack's Float type.
|
interface |
ImmutableIntegerValue
Immutable representation of MessagePack's Integer type.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNumberValue |
AbstractImmutableValue.asNumberValue() |
ImmutableNumberValue |
ImmutableBigIntegerValueImpl.asNumberValue() |
ImmutableNumberValue |
ImmutableDoubleValueImpl.asNumberValue() |
ImmutableNumberValue |
ImmutableLongValueImpl.asNumberValue() |