Searched defs:FloatValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DFloatValue.java37 public interface FloatValue extends PrimitiveValue, Comparable<FloatValue> interface in inherits:PrimitiveValue,Comparable
40 * Returns this FloatValue as a float.
47 * Compares the specified Object with this FloatValue for equality.
49 * @return true if the Object is a FloatValue and if applying "=="
56 * Returns the hash code value for this FloatValue.

Completed in 48 milliseconds