Searched refs:checkedSortedMap (Results 1 – 8 of 8) sorted by relevance
| /libcore/ojluni/src/test/java/util/Map/ |
| D | LockStep.java | 113 Collections.checkedSortedMap(new TreeMap(), Integer.class, Integer.class), in testLockStep()
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | OldCollectionsTest.java | 699 assertSerialized(Collections.checkedSortedMap( in test_checkedSortedMapSerializationCompatibility() 817 SortedMap sm = Collections.checkedSortedMap(tm, Integer.class, String.class); in test_checkedSortedMapLjava_util_SortedMapLjava_lang_ClassLjava_lang_Class()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | Collections2Test.java | 459 c = Collections.checkedSortedMap(c, String.class, String.class); in test_checkedSortedMapSerializationCompatability()
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/ |
| D | Collections.annotated.java | 120 …ibcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> checkedSortedMap(@libcore.util… in checkedSortedMap() method in Collections
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Collections.java | 4149 public static <K,V> SortedMap<K,V> checkedSortedMap(SortedMap<K, V> m, 4178 return checkedSortedMap(sm.subMap(fromKey, toKey), 4182 return checkedSortedMap(sm.headMap(toKey), keyType, valueType); 4185 return checkedSortedMap(sm.tailMap(fromKey), keyType, valueType);
|
| /libcore/ojluni/src/test/java/util/Collection/ |
| D | MOAT.java | 139 …testMap(Collections.checkedSortedMap(new TreeMap<Integer,Integer>(), Integer.class, Integer.class)… in realMain()
|
| /libcore/ojluni/annotations/hiddenapi/java/util/ |
| D | Collections.java | 275 public static <K, V> java.util.SortedMap<K, V> checkedSortedMap( in checkedSortedMap() method in Collections
|
| /libcore/api/ |
| D | current.txt | 13306 …method @NonNull public static <K, V> java.util.SortedMap<K,V> checkedSortedMap(@NonNull java.util.…
|