| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableIntegerValue
Immutable representation of MessagePack's Integer type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.IntegerValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
IntegerValue |
Value.asIntegerValue()
Returns the value as
IntegerValue. |
IntegerValue |
Variable.asIntegerValue() |
IntegerValue |
Variable.AbstractValueAccessor.asIntegerValue() |
IntegerValue |
Variable.IntegerValueAccessor.asIntegerValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBigIntegerValueImpl
ImmutableBigIntegerValueImpl Implements ImmutableBigIntegerValue using a BigInteger field. |
class |
ImmutableLongValueImpl
ImmutableLongValueImpl Implements ImmutableIntegerValue using a long field. |
| Modifier and Type | Method and Description |
|---|---|
static MessageFormat |
ImmutableBigIntegerValueImpl.mostSuccinctMessageFormat(IntegerValue v) |