Interface Comparable

public interface Comparable

// Implemented by Long, Integer, Short, Byte, Double, Float, String, Date
An interface used a basis for implementing custom ordering.

Methods

compareTo(Object)