
public interface Comparator
{
    int compare( Object obj1, Object obj2 );
}
