public interface Sort { public void sort( Object[] d, int start, int end ); public void sort( Object[] d ); }