Package java.lang
Class Number
- java.lang.Object
-
- java.lang.Number
-
- All Implemented Interfaces:
Serializable
public abstract class Number extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Number()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description byte
byteValue()
abstract double
doubleValue()
abstract float
floatValue()
abstract int
intValue()
abstract long
longValue()
short
shortValue()
-