All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface image.Sortable

public interface Sortable
Interface allowing a class to be used with sorting algorithms

See Also:
quicksort

Method Index

 o lessThan(Object)
True if this object is strictly smaller than the target.

Methods

 o lessThan
 public abstract boolean lessThan(Object target)
True if this object is strictly smaller than the target. Return false if they are equal.


All Packages  Class Hierarchy  This Package  Previous  Next  Index