Comparable JDK 2.0

java.lang comparable

Synopsis^  ?
public abstract interface Comparable {
// Public Instance Methods
    public abstract int compareTo( Object o);  
}

Hierarchy^  ?

<Comparable>

Implementations^  ?
Byte, Character, Double, Float, Integer, Long, Short, String

Uses^  ?
Object

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


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

This file may not be distributed on the Internet.