Home
last modified time | relevance | path

Searched defs:ascending (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSetTest.java783 int min, int max, boolean ascending) { in bashSubSet()
785 check(set.descendingSet(), min, max, !ascending); in bashSubSet() local
789 check(set.descendingSet(), min, max, !ascending); in bashSubSet() local
864 final int min, final int max, final boolean ascending) { in check()
DConcurrentSkipListSetTest.java780 int min, int max, boolean ascending, in bashSubSet()
783 check(set.descendingSet(), min, max, !ascending, bs); in bashSubSet() local
787 check(set.descendingSet(), min, max, !ascending, bs); in bashSubSet() local
862 final int min, final int max, final boolean ascending, in check()