java.lang
Class Number

java.lang.Object
  extended by 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

Constructor Summary
Number()
           
 
Method Summary
 byte byteValue()
           
abstract  double doubleValue()
           
abstract  float floatValue()
           
abstract  int intValue()
           
abstract  long longValue()
           
 short shortValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Number

public Number()
Method Detail

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.