Home
last modified time | relevance | path

Searched defs:reverseOrder (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DComparator.java342 public static <T extends Comparable<? super T>> Comparator<T> reverseOrder() { in reverseOrder() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java154 @libcore.util.NonNull public static <T> java.util.Comparator<@libcore.util.NonNull T> reverseOrder(… in reverseOrder() method in Collections
156 …ic static <T> java.util.Comparator<@libcore.util.NullFromTypeParam T> reverseOrder(@libcore.util.N… in reverseOrder() method in Collections
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java161 public static <T> java.util.Comparator<T> reverseOrder() { throw new RuntimeException("Stub!"); } in reverseOrder() method in Collections
163 public static <T> java.util.Comparator<T> reverseOrder(java.util.Comparator<T> cmp) { throw new Run… in reverseOrder() method in Collections
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1082 List<K> reverseOrder = new ArrayList<>(expectedElementsInOrder); in check_navigableSet() local
1084 check_orderedSet(set.descendingSet(), reverseOrder); in check_navigableSet() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java351 public static <T> java.util.Comparator<T> reverseOrder() { in reverseOrder() method in Collections
355 public static <T> java.util.Comparator<T> reverseOrder(java.util.Comparator<T> cmp) { in reverseOrder() method in Collections