package sort.test; public interface Command { void sorting(Integer[] S); String getName(); }