Home
last modified time | relevance | path

Searched refs:CheckedSortedSet (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DCollections.java3318 return new CheckedSortedSet<>(s, type);
3324 static class CheckedSortedSet<E> extends CheckedSet<E>
3331 CheckedSortedSet(SortedSet<E> s, Class<E> type) {
3387 static class CheckedNavigableSet<E> extends CheckedSortedSet<E>
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1153 static class CheckedNavigableSet<E> extends java.util.Collections.CheckedSortedSet<E>
1355 static class CheckedSortedSet<E> extends java.util.Collections.CheckedSet<E> class in Collections
1358 CheckedSortedSet(java.util.SortedSet<E> s, java.lang.Class<E> type) { in CheckedSortedSet() method in Collections.CheckedSortedSet