Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java1444 checkNavigableSetKeys(NavigableSet<Integer> m, in checkNavigableSetKeys() method in MOAT
1637 checkNavigableSetKeys(s, 1, null, null, null, null); in testNavigableSet()
1647 checkNavigableSetKeys(s, 0, null, null, 1, 1); in testNavigableSet()
1648 checkNavigableSetKeys(s, 1, null, 1, 1, 3); in testNavigableSet()
1649 checkNavigableSetKeys(s, 2, 1, 1, 3, 3); in testNavigableSet()
1650 checkNavigableSetKeys(s, 3, 1, 3, 3, 5); in testNavigableSet()
1651 checkNavigableSetKeys(s, 5, 3, 5, 5, null); in testNavigableSet()
1652 checkNavigableSetKeys(s, 6, 5, 5, null, null); in testNavigableSet()