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

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java3308 public static <E> SortedSet<E> checkedSortedSet(SortedSet<E> s, method in class:Collections
3333 return checkedSortedSet(ss.subSet(fromElement,toElement), type);
3336 return checkedSortedSet(ss.headSet(toElement), type);
3339 return checkedSortedSet(ss.tailSet(fromElement), type);

Completed in 301 milliseconds