Merge
This commit is contained in:
commit
fec76f2b95
@ -53,6 +53,11 @@ package java.lang;
|
|||||||
* @since 1.0
|
* @since 1.0
|
||||||
*/
|
*/
|
||||||
public abstract class Number implements java.io.Serializable {
|
public abstract class Number implements java.io.Serializable {
|
||||||
|
/**
|
||||||
|
* Constructor for subclasses to call.
|
||||||
|
*/
|
||||||
|
public Number() {super();}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the value of the specified number as an {@code int}.
|
* Returns the value of the specified number as an {@code int}.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user