Home
last modified time | relevance | path

Searched defs:synchronizedMap (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java109 public static <K, V> java.util.Map<K,V> synchronizedMap(java.util.Map<K,V> m) { throw new RuntimeEx… in synchronizedMap() method in Collections
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java102 …libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> synchronizedMap(@libcore.util… in synchronizedMap() method in Collections
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java223 public static <K, V> java.util.Map<K, V> synchronizedMap(java.util.Map<K, V> m) { in synchronizedMap() method in Collections