Searched defs:CheckedSet (Results 1 – 1 of 1) sorted by relevance
1290 static class CheckedSet<E> extends java.util.Collections.CheckedCollection<E> class in Collections1293 CheckedSet(java.util.Set<E> s, java.lang.Class<E> elementType) { in CheckedSet() method in Collections.CheckedSet