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

/libcore/jsr166-tests/src/test/java/jsr166/
H A DPriorityQueueTest.java22 static class MyReverseComparator implements Comparator { class in class:PriorityQueueTest
111 MyReverseComparator cmp = new MyReverseComparator();
H A DPriorityBlockingQueueTest.java31 static class MyReverseComparator implements Comparator { class in class:PriorityBlockingQueueTest
123 MyReverseComparator cmp = new MyReverseComparator();
H A DConcurrentSkipListSetTest.java24 static class MyReverseComparator implements Comparator { class in class:ConcurrentSkipListSetTest
119 MyReverseComparator cmp = new MyReverseComparator();
H A DTreeSetTest.java24 static class MyReverseComparator implements Comparator { class in class:TreeSetTest
123 MyReverseComparator cmp = new MyReverseComparator();
H A DConcurrentSkipListSubSetTest.java24 static class MyReverseComparator implements Comparator { class in class:ConcurrentSkipListSubSetTest
H A DTreeSubSetTest.java20 static class MyReverseComparator implements Comparator { class in class:TreeSubSetTest

Completed in 68 milliseconds