Home
last modified time | relevance | path

Searched refs:emptySortedMap (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java140 …libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> emptySortedMap() { throw new … in emptySortedMap() method in Collections
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1411 SortedMap<String, Integer> map = Collections.emptySortedMap(); in test_emptySortedMap()