Package java.lang
Class Number
java.lang.Object
java.lang.Number
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
abstract double
abstract float
abstract int
intValue()
abstract long
short
-
Constructor Details
-
Number
public Number()
-
-
Method Details
-
byteValue
public byte byteValue() -
doubleValue
public abstract double doubleValue() -
floatValue
public abstract float floatValue() -
intValue
public abstract int intValue() -
longValue
public abstract long longValue() -
shortValue
public short shortValue()
-