Serializable
BigDecimal
, BigInteger
, Byte
, Double
, Float
, Integer
, Long
, Short
public 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() |