Searched refs:entryComparator (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSortedMapNavigationTester.java56 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator()));
118 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator()));
128 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator()));
138 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator()));
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DDerivedCollectionGenerators.java472 private final Comparator<Entry<K, V>> entryComparator; field in class:DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
481 this.entryComparator = Helpers.entryComparator(emptyMap.comparator());
488 Collections.sort(samplesList, entryComparator);
H A DHelpers.java170 public static <K, V> Comparator<Entry<K, V>> entryComparator( method in class:Helpers
320 sort(insertionOrder, Helpers.<K, V>entryComparator(NATURAL_ORDER));
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
H A DHelpers.java168 public static <K, V> Comparator<Entry<K, V>> entryComparator( method in class:Helpers
318 sort(insertionOrder, Helpers.<K, V>entryComparator(NATURAL_ORDER));
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 158 milliseconds