org.msgpack.type
Class FloatValue
java.lang.Object
java.lang.Number
org.msgpack.type.NumberValue
org.msgpack.type.FloatValue
- All Implemented Interfaces:
- Serializable, Value
public abstract class FloatValue
- extends NumberValue
- See Also:
- Serialized Form
Methods inherited from class org.msgpack.type.NumberValue |
asArrayValue, asBooleanValue, asIntegerValue, asMapValue, asNilValue, asRawValue, bigIntegerValue, isArrayValue, isBooleanValue, isIntegerValue, isMapValue, isNilValue, isRawValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatValue
public FloatValue()
getType
public ValueType getType()
isFloatValue
public boolean isFloatValue()
- Specified by:
isFloatValue
in interface Value
- Overrides:
isFloatValue
in class NumberValue
asFloatValue
public FloatValue asFloatValue()
- Specified by:
asFloatValue
in interface Value
- Overrides:
asFloatValue
in class NumberValue
getFloat
public abstract float getFloat()
getDouble
public abstract double getDouble()
Copyright © 2011. All Rights Reserved.