WritableComparable interface is a sub interface of the Writable and java.lang.comparable interfaces.
WritableComparable Interface
Java
package org.apache.hadoop.io;
public interface WritableComparable<T> extends Writable, Comparable <T>
{
}