Searched refs:checkedCollection (Results 1 – 10 of 10) sorted by relevance
39 import static java.util.Collections.checkedCollection;58 test(checkedCollection( in test()59 checkedCollection(new Vector(), String.class), in test()
110 cases.add(new Object[] { Collections.checkedCollection(seedList, Integer.class) }); in collectionCases()
49 testCollection(Collections.checkedCollection( in test()
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()
115 public static <E> java.util.Collection<E> checkedCollection(java.util.Collection<E> c, java.lang.Cl… in checkedCollection() method in Collections
108 … static <E> java.util.Collection<@libcore.util.NullFromTypeParam E> checkedCollection(@libcore.uti… in checkedCollection() method in Collections
237 public static <E> java.util.Collection<E> checkedCollection( in checkedCollection() method in Collections
3394 public static <E> Collection<E> checkedCollection(Collection<E> c,
13617 …method @NonNull public static <E> java.util.Collection<E> checkedCollection(@NonNull java.util.Col…