java.lang
Class Number
java.lang.Object
java.lang.Number
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BigInteger, Byte, Double, Float, Integer, Long, Short
public abstract class Number
- extends Object
- implements 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 © 2006-2010 OSGi Alliance. All Rights Reserved.