Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DCollections.java3381 return new CheckedNavigableSet<>(s, type);
3387 static class CheckedNavigableSet<E> extends CheckedSortedSet<E>
3394 CheckedNavigableSet(NavigableSet<E> s, Class<E> type) {
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1153 static class CheckedNavigableSet<E> extends java.util.Collections.CheckedSortedSet<E> class in Collections
1156 CheckedNavigableSet(java.util.NavigableSet<E> s, java.lang.Class<E> type) { in CheckedNavigableSet() method in Collections.CheckedNavigableSet