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

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

Completed in 4528 milliseconds