Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DPriorityQueueTest.java33 static class MyReverseComparator implements Comparator { class in PriorityQueueTest
121 MyReverseComparator cmp = new MyReverseComparator(); in testConstructor7()
DPriorityBlockingQueueTest.java58 static class MyReverseComparator implements Comparator { class in PriorityBlockingQueueTest
151 MyReverseComparator cmp = new MyReverseComparator(); in testConstructor7()
DTreeSetTest.java35 static class MyReverseComparator implements Comparator { class in TreeSetTest
133 MyReverseComparator cmp = new MyReverseComparator(); in testConstructor7()
DConcurrentSkipListSetTest.java35 static class MyReverseComparator implements Comparator { class in ConcurrentSkipListSetTest
129 MyReverseComparator cmp = new MyReverseComparator(); in testConstructor7()
DConcurrentSkipListSubSetTest.java30 static class MyReverseComparator implements Comparator { class in ConcurrentSkipListSubSetTest
DTreeSubSetTest.java31 static class MyReverseComparator implements Comparator { class in TreeSubSetTest