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
-
lessThan(Object)
- True if this object is strictly smaller than the target.
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