|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A replacement for the java.lang.Number
class, which really should be an interface.
Method Summary | |
double |
doubleValue()
Gets the closest or most appropriate double value for this number. |
float |
floatValue()
Gets the closest or most appropriate float value for this number. |
int |
intValue()
Gets the closest or most appropriate int value for this number. |
long |
longValue()
Gets the closest or most appropriate long value for this number. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public long longValue()
public int intValue()
public double doubleValue()
public float floatValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |