Home
last modified time | relevance | path

Searched refs:synchronizedSortedMap (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DWrappers.java102 cases.add(new Object[] { Collections.synchronizedSortedMap(seedMap).entrySet() }); in collectionCases()
103 cases.add(new Object[] { Collections.synchronizedSortedMap(seedMap).keySet() }); in collectionCases()
104 cases.add(new Object[] { Collections.synchronizedSortedMap(seedMap).values() }); in collectionCases()
DWrappedNull.java168 SortedMap c = Collections.synchronizedSortedMap(null); in main()
191 sm = Collections.synchronizedSortedMap(new TreeMap()); in main()
DSyncSubMutexes.java227 instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP))}); in makeSortedMaps()
228 …instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP)).headMap("Fo… in makeSortedMaps()
229 …instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP)).tailMap("Br… in makeSortedMaps()
230 …instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP)).subMap("Bra… in makeSortedMaps()
DViewSynch.java44 static SortedMap m = Collections.synchronizedSortedMap(new TreeMap());
/libcore/ojluni/src/test/java/util/Map/
DLockStep.java116 Collections.synchronizedSortedMap(new TreeMap()), in testLockStep()
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java111 public static <K, V> java.util.SortedMap<K,V> synchronizedSortedMap(java.util.SortedMap<K,V> m) { t… in synchronizedSortedMap() method in Collections
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java132 Collections.synchronizedSortedMap(null); in test_synchronizedSortedMapLjava_util_SortedMap()
DCollectionsTest.java1580 synchMap = Collections.synchronizedSortedMap(smallMap); in test_synchronizedSortedMapLjava_util_SortedMap()
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java160 Collections.synchronizedSortedMap(null); in test_synchronizedSortedMapLjava_util_SortedMap()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java104 …core.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> synchronizedSortedMap(@libcore.u… in synchronizedSortedMap() method in Collections
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest3.java1027 Object col = Collections.synchronizedSortedMap(TREE); in test_18_104_writeObject()
/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java137 testMap(Collections.synchronizedSortedMap(new TreeMap<Integer,Integer>())); in realMain()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java227 public static <K, V> java.util.SortedMap<K, V> synchronizedSortedMap( in synchronizedSortedMap() method in Collections
/libcore/ojluni/src/main/java/java/util/
DCollections.java3113 public static <K,V> SortedMap<K,V> synchronizedSortedMap(SortedMap<K,V> m) {
/libcore/api/
Dcurrent.txt13671 …method @NonNull public static <K, V> java.util.SortedMap<K,V> synchronizedSortedMap(@NonNull java.…