|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Number
public abstract class Number
Superclass for the difference wrapper classes.
Constructor Summary | |
---|---|
Number()
Just a constructor doing nothing. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Number()
Method Detail |
---|
public byte byteValue()
public short shortValue()
public abstract int intValue()
public abstract long longValue()
public abstract float floatValue()
public abstract double doubleValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |