Searched defs:MyReverseComparator (Results 1 - 6 of 6) sorted by relevance

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

Completed in 62 milliseconds