Searched refs:checkedSet (Results 1 – 3 of 3) sorted by relevance
440 c = Collections.checkedSet(c, String.class); in test_checkedSetSerializationCompatability()562 testSetForEach(Collections.checkedSet(set, Integer.class)); in test_Set_forEach()
654 assertSerialized(Collections.checkedSet(new HashSet<String>(), String.class), s, true); in test_checkedSetSerializationCompatibility()802 Set s = Collections.checkedSet(hs, Integer.class); in test_checkedSetLjava_util_SetLjava_lang_Class()
110 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NullFromTypeParam E> checkedSet… in checkedSet() method in Collections