Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java59 import static java.util.Collections.synchronizedNavigableMap;
659 NavigableMap<String, Integer> map = synchronizedNavigableMap( in test_synchronizedNavigableMap_replaceAll()
667 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_putIfAbsent()
673 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_remove()
679 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_replace$K$V$V()
685 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_replace$K$V()
691 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_computeIfAbsent()
697 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_computeIfPresent()
703 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_compute()
709 Collections.synchronizedNavigableMap(new TreeMap<>()), in test_synchronizedNavigableMap_merge()
[all …]
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java104 …re.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> synchronizedNavigableMap(@libcore.… in synchronizedNavigableMap() method in Collections