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

Print this page

        

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