Interface DoubleValue
- All Superinterfaces:
Comparable<DoubleValue>, Mirror, PrimitiveValue, Value
Provides access to a primitive
double value in
the target VM.- Since:
- 1.3
-
Method Summary
Methods declared in interface Comparable
compareToModifier and TypeMethodDescriptionintCompares this object with the specified object for order.Methods declared in interface Mirror
toString, virtualMachineModifier 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, shortValueModifier and TypeMethodDescriptionbooleanConverts this value to a BooleanValue and returns the result as a boolean.byteConverts this value to a ByteValue and returns the result as a byte.charConverts this value to a CharValue and returns the result as a char.doubleConverts this value to a DoubleValue and returns the result as a double.floatConverts this value to a FloatValue and returns the result as a float.intintValue()Converts this value to an IntegerValue and returns the result as an int.longConverts this value to a LongValue and returns the result as a long.shortConverts this value to a ShortValue and returns the result as a short.
-
Method Details
-
value
double value()Returns this DoubleValue as adouble.- Returns:
- the
doublemirrored by this object.
-
equals
Compares the specified Object with this DoubleValue for equality. -
hashCode
-