Cryptix V3.1

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

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()

Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.