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

Print this page

        

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