Searched refs:CheckedSet (Results 1 – 2 of 2) sorted by relevance
3608 return new CheckedSet<>(s, type);3614 static class CheckedSet<E> extends CheckedCollection<E>3620 CheckedSet(Set<E> s, Class<E> elementType) { super(s, elementType); }3662 static class CheckedSortedSet<E> extends CheckedSet<E>
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.CheckedSet1355 static class CheckedSortedSet<E> extends java.util.Collections.CheckedSet<E>