Home
last modified time | relevance | path

Searched defs:checkedMap (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1485 Map checkedMap = Collections.checkedMap(map, Integer.class, Integer.class); in test_CheckedMap_replaceAll() local
1498 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_putIfAbsent() local
1522 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_remove() local
1529 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_replace$K$V$V() local
1545 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_replace$K$V() local
1561 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_computeIfAbsent() local
1584 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_computeIfPresent() local
1600 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_compute() local
1613 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_merge() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java120 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> checkedMap(@libcore.util.No… in checkedMap() method in Collections
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java127 public static <K, V> java.util.Map<K,V> checkedMap(java.util.Map<K,V> m, java.lang.Class<K> keyType… in checkedMap() method in Collections
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java3422 Map checkedMap = Collections.checkedMap(treeMap, Integer.class, in test_Entry_setValue() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java270 public static <K, V> java.util.Map<K, V> checkedMap( in checkedMap() method in Collections