Searched refs:synchronizedNavigableSet (Results 1 – 9 of 9) sorted by relevance
203 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION))}); in makeNavigableSets()204 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).d… in makeNavigableSets()205 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).h… in makeNavigableSets()206 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).h… in makeNavigableSets()207 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).t… in makeNavigableSets()208 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).t… in makeNavigableSets()209 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).s… in makeNavigableSets()210 …instances.add(new Object[] {Collections.synchronizedNavigableSet(new TreeSet<>(BASE_COLLECTION)).s… in makeNavigableSets()
95 cases.add(new Object[] { Collections.synchronizedNavigableSet(seedSet) }); in collectionCases()
105 public static <T> java.util.NavigableSet<T> synchronizedNavigableSet(java.util.NavigableSet<T> s) {… in synchronizedNavigableSet() method in Collections
774 NavigableSet<String> set = Collections.synchronizedNavigableSet(new TreeSet<>()); in test_synchronizedNavigableSet_empty()780 NavigableSet<String> set = Collections.synchronizedNavigableSet(new TreeSet<>(elements)); in test_synchronizedNavigableSet_nonEmpty()
98 …c <T> java.util.NavigableSet<@libcore.util.NullFromTypeParam T> synchronizedNavigableSet(@libcore.… in synchronizedNavigableSet() method in Collections
101 testCollection(Collections.synchronizedNavigableSet(new TreeSet<Integer>())); in realMain()
210 public static <T> java.util.NavigableSet<T> synchronizedNavigableSet( in synchronizedNavigableSet() method in Collections
2635 public static <T> NavigableSet<T> synchronizedNavigableSet(NavigableSet<T> s) {
13669 …method @NonNull public static <T> java.util.NavigableSet<T> synchronizedNavigableSet(@NonNull java…