Home
last modified time | relevance | path

Searched refs:checkedSortedMap (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/util/Map/
DLockStep.java113 Collections.checkedSortedMap(new TreeMap(), Integer.class, Integer.class), in testLockStep()
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java699 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/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java129 public static <K, V> java.util.SortedMap<K,V> checkedSortedMap(java.util.SortedMap<K,V> m, java.lan… in checkedSortedMap() method in Collections
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java459 c = Collections.checkedSortedMap(c, String.class, String.class); in test_checkedSortedMapSerializationCompatability()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java122 …ibcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> checkedSortedMap(@libcore.util… in checkedSortedMap() method in Collections
/libcore/ojluni/src/main/java/java/util/
DCollections.java4368 public static <K,V> SortedMap<K,V> checkedSortedMap(SortedMap<K, V> m,
4397 return checkedSortedMap(sm.subMap(fromKey, toKey),
4401 return checkedSortedMap(sm.headMap(toKey), keyType, valueType);
4404 return checkedSortedMap(sm.tailMap(fromKey), keyType, valueType);
/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasicMap.java75 return Collections.checkedSortedMap(map, String.class, Integer.class); in cksorted()
/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java134 …testMap(Collections.checkedSortedMap(new TreeMap<Integer,Integer>(), Integer.class, Integer.class)… in realMain()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java275 public static <K, V> java.util.SortedMap<K, V> checkedSortedMap( in checkedSortedMap() method in Collections
/libcore/api/
Dcurrent.txt13624 …method @NonNull public static <K, V> java.util.SortedMap<K,V> checkedSortedMap(@NonNull java.util.…