java.lang
Class Number
java.lang.Object
|
+--java.lang.Number
- public abstract synchronized class Number
- extends Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Number
public Number()
byteValue
public byte byteValue()
doubleValue
public abstract double doubleValue()
floatValue
public abstract float floatValue()
intValue
public abstract int intValue()
longValue
public abstract long longValue()
shortValue
public short shortValue()
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.