Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java419 c = Collections.checkedCollection(c, String.class); in test_checkedCollectionSerializationCompatability()
512 testCollectionForEach(Collections.checkedCollection(list, Integer.class)); in test_Collection_forEach()
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java612 assertSerialized(Collections.checkedCollection( in test_checkedCollectionSerializationCompatibility()
749 Collection c = Collections.checkedCollection(al, Integer.class); in test_checkedCollectionLjava_util_CollectionLjava_lang_Class()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java106 … static <E> java.util.Collection<@libcore.util.NullFromTypeParam E> checkedCollection(@libcore.uti… in checkedCollection() method in Collections