jds.util
Interface Comparable


public abstract interface Comparable
extends java.io.Serializable

Comparable - interface for objects that can be compared to each other; for use with book Classic Data Structures in Java by Timothy A Budd, published by Addison-Wesley, 2001.

See Also:
Serializable

Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 int compareTo(java.lang.Object o)
           
 

Method Detail

compareTo

public int compareTo(java.lang.Object o)