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

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java2433 public static <E> SortedSet<E> checkedSortedSet(SortedSet<E> s, method in class:Collections
2457 return checkedSortedSet(ss.subSet(fromElement,toElement), type);
2460 return checkedSortedSet(ss.headSet(toElement), type);
2463 return checkedSortedSet(ss.tailSet(fromElement), type);

Completed in 55 milliseconds