Home
last modified time | relevance | path

Searched refs:emptySortedSet (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DEmptyCollectionSerialization.java100 (Supplier) () -> Collections.emptySortedSet()}, in makeSingletons()
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java141 public static <E> java.util.SortedSet<E> emptySortedSet() { throw new RuntimeException("Stub!"); } in emptySortedSet() method in Collections
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java134 …ic static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> emptySortedSet() { throw new … in emptySortedSet() method in Collections
/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasic.java136 new Object[] { "EmptySortedSet", Collections.emptySortedSet(), List.of() }, in empties()
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1428 SortedSet<String> set = Collections.emptySortedSet(); in test_emptySortedSet()
/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java171 testEmptySet(Collections.emptySortedSet()); in realMain()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java303 public static <E> java.util.SortedSet<E> emptySortedSet() { in emptySortedSet() method in Collections
/libcore/ojluni/src/main/java/java/util/
DCollections.java4798 public static <E> SortedSet<E> emptySortedSet() {
/libcore/api/
Dcurrent.txt13637 method @NonNull public static <E> java.util.SortedSet<E> emptySortedSet();