< prev index next >

src/java.base/share/classes/java/lang/Number.java

Print this page

        

*** 46,57 **** * See the documentation of a given {@code Number} implementation for * conversion details. * * @author Lee Boynton * @author Arthur van Hoff ! * @jls 5.1.2 Widening Primitive Conversions ! * @jls 5.1.3 Narrowing Primitive Conversions * @since 1.0 */ public abstract class Number implements java.io.Serializable { /** * Returns the value of the specified number as an {@code int}. --- 46,57 ---- * See the documentation of a given {@code Number} implementation for * conversion details. * * @author Lee Boynton * @author Arthur van Hoff ! * @jls 5.1.2 Widening Primitive Conversion ! * @jls 5.1.3 Narrowing Primitive Conversion * @since 1.0 */ public abstract class Number implements java.io.Serializable { /** * Returns the value of the specified number as an {@code int}.
< prev index next >