Lines Matching full:synchronizedset
237 return new SynchronizedSet<E>(set, mutex);
241 static class SynchronizedSet<E> extends SynchronizedCollection<E>
243 public SynchronizedSet(Set<E> delegate, @Nullable Object mutex) {
298 static class SynchronizedSortedSet<E> extends SynchronizedSet<E>
997 extends SynchronizedSet<Map.Entry<K, Collection<V>>> {