Interface FloatValue
- All Superinterfaces:
Comparable<FloatValue>, Mirror, PrimitiveValue, Value
Provides access to a primitive
float
value in
the target VM.- Since:
- 1.3
-
Method Summary
Methods declared in interface Comparable
compareTo
Modifier and TypeMethodDescriptionint
Compares this object with the specified object for order.Methods declared in interface Mirror
toString, virtualMachine
Modifier and TypeMethodDescriptiontoString()
Returns a String describing this mirrorGets the VirtualMachine to which this Mirror belongs.Methods declared in interface PrimitiveValue
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
Modifier and TypeMethodDescriptionboolean
Converts this value to a BooleanValue and returns the result as a boolean.byte
Converts this value to a ByteValue and returns the result as a byte.char
Converts this value to a CharValue and returns the result as a char.double
Converts this value to a DoubleValue and returns the result as a double.float
Converts this value to a FloatValue and returns the result as a float.int
intValue()
Converts this value to an IntegerValue and returns the result as an int.long
Converts this value to a LongValue and returns the result as a long.short
Converts this value to a ShortValue and returns the result as a short.
-
Method Details
-
value
float value()Returns this FloatValue as a float.- Returns:
- the
float
mirrored by this object.
-
equals
Compares the specified Object with this FloatValue for equality. -
hashCode
-