Number JDK 1.0

java.lang serializable

Synopsis^  ?
public abstract class Number implements Serializable {
// Public Constructors
    public Number( );  
// Public Instance Methods
1.1 public byte byteValue( );  
    public abstract double doubleValue( );  
    public abstract float floatValue( );  
    public abstract int intValue( );  
    public abstract long longValue( );  
1.1 public short shortValue( );  
}

Hierarchy^  ?

[Object]
   |
[Number]---<Serializable>

Subclasses^  ?
Byte, Double, Float, Integer, Long, Short

Inherited Properties^  ?
Object: class

Inherited Methods^  ?
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait()

Uses^  ?
Object

Used By^  ?
Byte, Double, Float, Integer, Long, Short


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.