Interface sun.server.misc.Sortable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sun.server.misc.Sortable

public interface Sortable
extends Object
An interface for sortable objects.


Method Index

 o compareTo(Object)
Compares two objects of the same type.

Methods

 o compareTo
  public abstract int compareTo(Object o)
Compares two objects of the same type.

All Packages  Class Hierarchy  This Package  Previous  Next  Index