CS202 Java-172
Comparable
Interface
l
Is part of the standard Java class library
l
l
Any class that implements the Comparable
interface
must implement method compareTo
l
l
String implements the Comparable interface