Searched refs:SOME_COMPARATOR (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java48 private Ordering<Integer> SOME_COMPARATOR = Ordering.natural().reverse(); field in class:MinMaxPriorityQueueTest
62 .orderedBy(SOME_COMPARATOR)
66 assertSame(SOME_COMPARATOR, queue.comparator());
80 .orderedBy(SOME_COMPARATOR)
85 assertSame(SOME_COMPARATOR, queue.comparator());
99 .orderedBy(SOME_COMPARATOR)
104 assertSame(SOME_COMPARATOR, queue.comparator());
131 .orderedBy(SOME_COMPARATOR)
136 assertSame(SOME_COMPARATOR, queue.comparator());
163 .orderedBy(SOME_COMPARATOR)
[all...]
H A DSetsTest.java111 private static final Comparator<Integer> SOME_COMPARATOR field in class:SetsTest
530 TreeSet<Integer> set = Sets.newTreeSet(SOME_COMPARATOR);
531 verifySortedSetContents(set, EMPTY_COLLECTION, SOME_COMPARATOR);
H A DMapsTest.java78 private static final Comparator<Integer> SOME_COMPARATOR = field in class:MapsTest
265 TreeMap<Integer, Integer> map = Maps.newTreeMap(SOME_COMPARATOR);
267 assertSame(SOME_COMPARATOR, map.comparator());
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DSetsTest.java86 private static final Comparator<Integer> SOME_COMPARATOR field in class:SetsTest
272 TreeSet<Integer> set = Sets.newTreeSet(SOME_COMPARATOR);
273 verifySortedSetContents(set, EMPTY_COLLECTION, SOME_COMPARATOR);
H A DMapsTest.java66 private static final Comparator<Integer> SOME_COMPARATOR = field in class:MapsTest
204 TreeMap<Integer, Integer> map = Maps.newTreeMap(SOME_COMPARATOR);
206 assertSame(SOME_COMPARATOR, map.comparator());

Completed in 189 milliseconds