Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java1483 Map checkedMap = Collections.checkedMap(map, Integer.class, Integer.class); in test_CheckedMap_replaceAll() local
1496 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_putIfAbsent() local
1520 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_remove() local
1527 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_replace$K$V$V() local
1543 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_replace$K$V() local
1559 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_computeIfAbsent() local
1582 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_computeIfPresent() local
1598 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_compute() local
1611 Map checkedMap = Collections.checkedMap(map, Integer.class, Double.class); in test_CheckedMap_merge() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java118 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> checkedMap(@libcore.util.No… 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