package sort.test; public interface TimeChecker { void execute(Integer[] S); long getDelay(); void printDelay(); }