Lines Matching full:synchronizedcollection
118 return new SynchronizedCollection<E>(collection, mutex);
122 static class SynchronizedCollection<E> extends SynchronizedObject
124 public SynchronizedCollection(
241 static class SynchronizedSet<E> extends SynchronizedCollection<E>
381 static class SynchronizedList<E> extends SynchronizedCollection<E>
505 static class SynchronizedMultiset<E> extends SynchronizedCollection<E>
1346 extends SynchronizedCollection<Collection<V>> {