Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java142 …ibcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> emptyNavigableMap() { throw ne… in emptyNavigableMap() method in Collections
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1388 NavigableMap<String, Integer> map = Collections.emptyNavigableMap(); in test_emptyNavigableMap()