Home
last modified time | relevance | path

Searched refs:emptySortedMap (Results 1 – 4 of 4) 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()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java319 public static final <K, V> java.util.SortedMap<K, V> emptySortedMap() { in emptySortedMap() method in Collections
/libcore/ojluni/src/main/java/java/util/
DCollections.java4597 public static final <K,V> SortedMap<K,V> emptySortedMap() {