java.lang
Class Number

java.lang.Object
  extended by java.lang.Number
Direct Known Subclasses:
Byte, Double, Float, Integer, Long, Short

public abstract class Number
extends Object


Constructor Summary
Number()
           
 
Method Summary
 byte byteValue()
           
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
 

Constructor Detail

Number

public Number()
Method Detail

intValue

public abstract int intValue()

longValue

public abstract long longValue()

byteValue

public byte byteValue()

shortValue

public short shortValue()