Package org.msgpack.value
Interface ImmutableFloatValue
-
- All Superinterfaces:
FloatValue
,ImmutableNumberValue
,ImmutableValue
,NumberValue
,Value
- All Known Implementing Classes:
ImmutableDoubleValueImpl
public interface ImmutableFloatValue extends FloatValue, ImmutableNumberValue
Immutable representation of MessagePack's Float type. MessagePack's Float type can represent IEEE 754 double precision floating point numbers including NaN and infinity. This is same with Java'sdouble
type.- See Also:
ImmutableNumberValue
-
-
Method Summary
-
Methods inherited from interface org.msgpack.value.ImmutableValue
asArrayValue, asBinaryValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, asStringValue
-
Methods inherited from interface org.msgpack.value.NumberValue
toBigInteger, toByte, toDouble, toFloat, toInt, toLong, toShort
-
Methods inherited from interface org.msgpack.value.Value
asExtensionValue, asNumberValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo
-
-