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.
-
compareTo(Object)
- Compares two objects of the same type.
compareTo
public abstract int compareTo(Object o)
- Compares two objects of the same type.
All Packages Class Hierarchy This Package Previous Next Index