All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.tools.sorter.Comparable

public interface Comparable
used for string comparison.


Method Index

 o greaterThan(Comparable)
 o toString()

Methods

 o greaterThan
 public abstract boolean greaterThan(Comparable comp)
 o toString
 public abstract String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index