Home
last modified time | relevance | path

Searched refs:checkStable (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Arrays/
DSorting.java174 checkStable(a); in testStability()
179 checkStable(a); in testStability()
359 private void checkStable(Pair[] a) { in checkStable() method in Sorting.InnerState