Searched refs:checkSorted (Results 1 – 2 of 2) sorted by relevance
173 checkSorted(a); in testStability()178 checkSorted(a); in testStability()350 private void checkSorted(Pair[] a) { in checkSorted() method in Sorting.InnerState431 checkSorted(test[i]); in testMergingSort()664 checkSorted(test); in checkWithCheckSum()856 private void checkSorted(Object a) { in checkSorted() method in Sorting.InnerState858 checkSorted((int[]) a); in checkSorted()860 checkSorted((long[]) a); in checkSorted()862 checkSorted((byte[]) a); in checkSorted()864 checkSorted((char[]) a); in checkSorted()[all …]
1886 checkSorted(convertedTest); in test_sort()1915 private void checkSorted(Object array) { in checkSorted() method in ArraysTest1917 checkSorted((int[]) array); in checkSorted()1919 checkSorted((long[]) array); in checkSorted()1921 checkSorted((short[]) array); in checkSorted()1923 checkSorted((byte[]) array); in checkSorted()1925 checkSorted((char[]) array); in checkSorted()1927 checkSorted((float[]) array); in checkSorted()1929 checkSorted((double[]) array); in checkSorted()1935 private void checkSorted(int[] a) { in checkSorted() method in ArraysTest[all …]