Home
last modified time | relevance | path

Searched refs:MyReverseComparator (Results 1 – 9 of 9) 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()
DTreeSubSetTest.java31 static class MyReverseComparator implements Comparator { class in TreeSubSetTest
DConcurrentSkipListSubSetTest.java30 static class MyReverseComparator implements Comparator { class in ConcurrentSkipListSubSetTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DPriorityBlockingQueueTest.java87 static class MyReverseComparator implements Comparator { class in PriorityBlockingQueueTest
181 MyReverseComparator cmp = new MyReverseComparator(); in testConstructor7()
DConcurrentSkipListSetTest.java58 static class MyReverseComparator implements Comparator { class in ConcurrentSkipListSetTest
152 MyReverseComparator cmp = new MyReverseComparator(); in testConstructor7()
DTreeSubSetTest.java54 static class MyReverseComparator implements Comparator { class in TreeSubSetTest