Searched refs:SynchronizedCollection (Results 1 – 3 of 3) sorted by relevance
21 import com.google.common.collect.Synchronized.SynchronizedCollection;192 assertTrue(values instanceof SynchronizedCollection); in testValues()193 assertSame(mutex, ((SynchronizedCollection<?>) values).mutex); in testValues()
86 return new SynchronizedCollection<E>(collection, mutex); in collection()89 @VisibleForTesting static class SynchronizedCollection<E> class in Synchronized91 private SynchronizedCollection( in SynchronizedCollection() method in Synchronized.SynchronizedCollection198 extends SynchronizedCollection<E> implements Set<E> {292 private static class SynchronizedList<E> extends SynchronizedCollection<E>403 private static class SynchronizedMultiset<E> extends SynchronizedCollection<E>1186 extends SynchronizedCollection<Collection<V>> {1214 private static class SynchronizedQueue<E> extends SynchronizedCollection<E>
102 return new SynchronizedCollection<E>(collection, mutex); in collection()105 @VisibleForTesting static class SynchronizedCollection<E> class in Synchronized107 private SynchronizedCollection( in SynchronizedCollection() method in Synchronized.SynchronizedCollection214 extends SynchronizedCollection<E> implements Set<E> {308 private static class SynchronizedList<E> extends SynchronizedCollection<E>419 private static class SynchronizedMultiset<E> extends SynchronizedCollection<E>1202 extends SynchronizedCollection<Collection<V>> {1574 private static class SynchronizedQueue<E> extends SynchronizedCollection<E>