Home
last modified time | relevance | path

Searched refs:emptySortedSet (Results 1 – 2 of 2) 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()