FloatValue (Java SE 19 & JDK 19) (original) (raw)

All Superinterfaces:

[Comparable](../../../../java.base/java/lang/Comparable.html "interface in java.lang")<[FloatValue](FloatValue.html "interface in com.sun.jdi")>, [Mirror](Mirror.html "interface in com.sun.jdi"), [PrimitiveValue](PrimitiveValue.html "interface in com.sun.jdi"), [Value](Value.html "interface in com.sun.jdi")


Provides access to a primitive float value in the target VM.

Since:

1.3

boolean
Compares the specified Object with this FloatValue for equality.
int
[hashCode](#hashCode%28%29)()
Returns the hash code value for this FloatValue.
float
[value](#value%28%29)()
Returns this FloatValue as a float.

Methods declared in interface com.sun.jdi.Value

[type](Value.html#type%28%29)