Searched refs:checkedSet (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DOldCollectionsTest.java654 assertSerialized(Collections.checkedSet(new HashSet<String>(), String.class), s, true);
802 Set s = Collections.checkedSet(hs, Integer.class);
/libcore/luni/src/main/java/java/util/
H A DCollections.java2521 public static <E> Set<E> checkedSet(Set<E> s, Class<E> type) { method in class:Collections

Completed in 28 milliseconds