Interface Sortable4


  • public interface Sortable4
    • Method Detail

      • size

        int size()
      • compare

        int compare​(int leftIndex,
                    int rightIndex)
      • swap

        void swap​(int leftIndex,
                  int rightIndex)