Searched refs:checkedSortedMap (Results 1 – 3 of 3) sorted by relevance
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()
459 c = Collections.checkedSortedMap(c, String.class, String.class); in test_checkedSortedMapSerializationCompatability()
120 …ibcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> checkedSortedMap(@libcore.util… in checkedSortedMap() method in Collections