SerializableBigDecimal, BigInteger, Byte, Double, Float, Integer, Long, Shortpublic abstract class Number extends Object implements Serializable
| Constructor | Description |
|---|---|
Number() |
| Modifier and Type | Method | Description |
|---|---|---|
byte |
byteValue() |
|
abstract double |
doubleValue() |
|
abstract float |
floatValue() |
|
abstract int |
intValue() |
|
abstract long |
longValue() |
|
short |
shortValue() |