| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableFloatValue
Immutable representation of MessagePack's Float type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.FloatValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
FloatValue |
Value.asFloatValue()
Returns the value as
FloatValue. |
FloatValue |
Variable.asFloatValue() |
FloatValue |
Variable.AbstractValueAccessor.asFloatValue() |
FloatValue |
Variable.FloatValueAccessor.asFloatValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDoubleValueImpl
ImmutableDoubleValueImpl Implements ImmutableFloatValue using a double field. |