Searched refs:CheckedNavigableSet (Results 1 – 2 of 2) sorted by relevance
3381 return new CheckedNavigableSet<>(s, type);3387 static class CheckedNavigableSet<E> extends CheckedSortedSet<E>3394 CheckedNavigableSet(NavigableSet<E> s, Class<E> type) {
1153 static class CheckedNavigableSet<E> extends java.util.Collections.CheckedSortedSet<E> class in Collections1156 CheckedNavigableSet(java.util.NavigableSet<E> s, java.lang.Class<E> type) { in CheckedNavigableSet() method in Collections.CheckedNavigableSet