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

/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 60 milliseconds