Searched refs:checkedSortedSet (Results 1 – 3 of 3) sorted by relevance
683 … assertSerialized(Collections.checkedSortedSet(new TreeSet<String>(), String.class), s, true); in test_checkedSortedSetSerializationCompatibility()840 SortedSet ss = Collections.checkedSortedSet(ts, Integer.class); in test_checkedSortedSetLjava_util_SortedSetLjava_lang_Class()
453 c = Collections.checkedSortedSet(c, String.class); in test_checkedSortedSetSerializationCompatability()
112 …c static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> checkedSortedSet(@libcore.util… in checkedSortedSet() method in Collections