// Copyright (c) 2007 Carlo Teubner. // Available under the MIT License (see COPYING). public interface Comparable { int compareTo(Object o); }