Package com.batch.android.msgpack.value
Interface FloatValue
-
- All Superinterfaces:
NumberValue,Value
- All Known Subinterfaces:
ImmutableFloatValue
- All Known Implementing Classes:
ImmutableDoubleValueImpl
public interface FloatValue extends NumberValue
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's
doubletype.- See Also:
NumberValue
-
-
Method Summary
-
Methods inherited from interface com.batch.android.msgpack.value.NumberValue
toBigInteger, toByte, toDouble, toFloat, toInt, toLong, toShort
-
Methods inherited from interface com.batch.android.msgpack.value.Value
asArrayValue, asBinaryValue, asBooleanValue, asExtensionValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asNumberValue, asRawValue, asStringValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo
-
-