Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java121 public static <E> java.util.SortedSet<E> checkedSortedSet(java.util.SortedSet<E> s, java.lang.Class… in checkedSortedSet() method in Collections
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java114 …c static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> checkedSortedSet(@libcore.util… in checkedSortedSet() method in Collections
/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasic.java281 public Iterator<Object[]> checkedSortedSet() { in checkedSortedSet() method in Basic
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java255 public static <E> java.util.SortedSet<E> checkedSortedSet( in checkedSortedSet() method in Collections