Searched refs:checkedCollection (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_util_Collections_CheckedCollection.java42 return Collections.checkedCollection(list, String.class);
47 return Collections.checkedCollection(list, String.class);
/openjdk7/jdk/test/java/beans/XMLEncoder/6777487/
H A DTestCheckedCollection.java41 Collections.checkedCollection(list, String.class),
/openjdk7/jdk/test/java/util/Collections/
H A DT6433170.java48 test(checkedCollection(
49 checkedCollection(new Vector(), String.class),
H A DCheckedNull.java37 testCollection(Collections.checkedCollection(
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java2228 * Collection<String> c = Collections.checkedCollection(
2255 public static <E> Collection<E> checkedCollection(Collection<E> c, method in class:Collections
2372 * found in the documentation for the {@link #checkedCollection
2373 * checkedCollection} method.
2417 * found in the documentation for the {@link #checkedCollection
2418 * checkedCollection} method.
2477 * found in the documentation for the {@link #checkedCollection
2478 * checkedCollection} method.
2600 * found in the documentation for the {@link #checkedCollection
2601 * checkedCollection} metho
[all...]

Completed in 62 milliseconds