Package com.google.common.collect
Class Synchronized.SynchronizedAsMapValues<V>
java.lang.Object
com.google.common.collect.Synchronized.SynchronizedObject
com.google.common.collect.Synchronized.SynchronizedCollection<Collection<V>>
com.google.common.collect.Synchronized.SynchronizedAsMapValues<V>
- All Implemented Interfaces:
Serializable,Iterable<Collection<V>>,Collection<Collection<V>>
- Enclosing class:
- Synchronized
private static class Synchronized.SynchronizedAsMapValues<V>
extends Synchronized.SynchronizedCollection<Collection<V>>
-
Field Summary
FieldsFields inherited from class com.google.common.collect.Synchronized.SynchronizedObject
delegate, mutex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Synchronized.SynchronizedCollection
add, addAll, clear, contains, containsAll, delegate, forEach, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayMethods inherited from class com.google.common.collect.Synchronized.SynchronizedObject
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, toArray
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SynchronizedAsMapValues
SynchronizedAsMapValues(Collection<Collection<V>> delegate, @CheckForNull Object mutex)
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<V>- Specified by:
iteratorin interfaceIterable<V>- Overrides:
iteratorin classSynchronized.SynchronizedCollection<Collection<V>>
-