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 bytebyteValue()abstract doubledoubleValue()abstract floatfloatValue()abstract intintValue()abstract longlongValue()shortshortValue()
-