Searched defs:SynchronizedCollection (Results 1 – 2 of 2) sorted by relevance
118 static class SynchronizedCollection<E extends @Nullable Object> extends SynchronizedObject class in Synchronized120 private SynchronizedCollection(Collection<E> delegate, @CheckForNull Object mutex) { in SynchronizedCollection() method in Synchronized.SynchronizedCollection
126 static class SynchronizedCollection<E extends @Nullable Object> extends SynchronizedObject class in Synchronized128 private SynchronizedCollection(Collection<E> delegate, @CheckForNull Object mutex) { in SynchronizedCollection() method in Synchronized.SynchronizedCollection