Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java132 …ic static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> emptySortedSet() { throw new … in emptySortedSet() method in Collections
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1426 SortedSet<String> set = Collections.emptySortedSet(); in test_emptySortedSet()
/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.java4423 public static <E> SortedSet<E> emptySortedSet() {
/libcore/api/
Dcurrent.txt12637 method @NonNull public static <E> java.util.SortedSet<E> emptySortedSet();