Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSetTest.java868 lowerAscending(element) : higherAscending(element); in check()
880 higherAscending(element) : lowerAscending(element); in check()
888 int lowerAscending(int element) { in check() method in TreeSetTest.ReferenceSet
DConcurrentSkipListSetTest.java867 lowerAscending(element) : higherAscending(element); in check()
879 higherAscending(element) : lowerAscending(element); in check()
887 int lowerAscending(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet
DTreeMapTest.java974 return ascending ? lowerAscending(key) : higherAscending(key);
983 return ascending ? higherAscending(key) : lowerAscending(key);
991 int lowerAscending(int key) {
DConcurrentSkipListMapTest.java1169 return ascending ? lowerAscending(key) : higherAscending(key);
1178 return ascending ? higherAscending(key) : lowerAscending(key);
1186 int lowerAscending(int key) {