src/share/classes/com/sun/jdi/FloatValue.java

Print this page

        

*** 32,43 **** * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! public interface FloatValue extends PrimitiveValue, Comparable<FloatValue> ! { /** * Returns this FloatValue as a float. * * @return the <code>float</code> mirrored by this object. */ --- 32,44 ---- * @author Robert Field * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ ! @jdk.Supported ! public interface FloatValue extends PrimitiveValue, Comparable<FloatValue> { ! /** * Returns this FloatValue as a float. * * @return the <code>float</code> mirrored by this object. */