Home
last modified time | relevance | path

Searched refs:synchronizedNavigableSet (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java772 NavigableSet<String> set = Collections.synchronizedNavigableSet(new TreeSet<>()); in test_synchronizedNavigableSet_empty()
778 NavigableSet<String> set = Collections.synchronizedNavigableSet(new TreeSet<>(elements)); in test_synchronizedNavigableSet_nonEmpty()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java96 …c <T> java.util.NavigableSet<@libcore.util.NullFromTypeParam T> synchronizedNavigableSet(@libcore.… in synchronizedNavigableSet() method in Collections