Home
last modified time | relevance | path

Searched refs:checkedSet (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java440 c = Collections.checkedSet(c, String.class); in test_checkedSetSerializationCompatability()
562 testSetForEach(Collections.checkedSet(set, Integer.class)); in test_Set_forEach()
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java654 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()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java110 @libcore.util.NonNull public static <E> java.util.Set<@libcore.util.NullFromTypeParam E> checkedSet in checkedSet() method in Collections