Constructor and Description |
---|
Number()
Just a constructor doing nothing.
|
Modifier and Type | Method and Description |
---|---|
byte |
byteValue()
Return the byte value of this Number.
|
abstract double |
doubleValue()
Return the double value of this Number.
|
abstract float |
floatValue()
Return the float value of this Number.
|
abstract int |
intValue()
Return the int value of this Number.
|
abstract long |
longValue()
Return the long value of this Number.
|
short |
shortValue()
Return the short value of this Number.
|
public byte byteValue()
public abstract double doubleValue()
public abstract float floatValue()
public abstract int intValue()
public abstract long longValue()
public short shortValue()