Searched refs:checkedCollection (Results 1 – 3 of 3) sorted by relevance
419 c = Collections.checkedCollection(c, String.class); in test_checkedCollectionSerializationCompatability()512 testCollectionForEach(Collections.checkedCollection(list, Integer.class)); in test_Collection_forEach()
612 assertSerialized(Collections.checkedCollection( in test_checkedCollectionSerializationCompatibility()749 Collection c = Collections.checkedCollection(al, Integer.class); in test_checkedCollectionLjava_util_CollectionLjava_lang_Class()
106 … static <E> java.util.Collection<@libcore.util.NullFromTypeParam E> checkedCollection(@libcore.uti… in checkedCollection() method in Collections