Searched refs:stupidSort (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/Arrays/
H A DCorrect.java47 stupidSort(array2, array2.length/3, array2.length/2);
57 stupidSort(array2, array2.length/3, array2.length/2);
71 static void stupidSort(Object[] a1, int from, int to) throws Exception { method in class:Correct

Completed in 34 milliseconds