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

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java3263 return new CheckedSet<>(s, type);
3269 static class CheckedSet<E> extends CheckedCollection<E> class in class:Collections
3274 CheckedSet(Set<E> s, Class<E> elementType) { super(s, elementType); } method in class:Collections.CheckedSet
3316 static class CheckedSortedSet<E> extends CheckedSet<E>
3767 * We need this class in addition to CheckedSet as Map.Entry permits

Completed in 39 milliseconds