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