Home
last modified time | relevance | path

Searched refs:checkedSortedSet (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java683 … assertSerialized(Collections.checkedSortedSet(new TreeSet<String>(), String.class), s, true); in test_checkedSortedSetSerializationCompatibility()
840 SortedSet ss = Collections.checkedSortedSet(ts, Integer.class); in test_checkedSortedSetLjava_util_SortedSetLjava_lang_Class()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java453 c = Collections.checkedSortedSet(c, String.class); in test_checkedSortedSetSerializationCompatability()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java112 …c static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> checkedSortedSet(@libcore.util… in checkedSortedSet() method in Collections