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
static final 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, toArray
Methods inherited from class com.google.common.collect.Synchronized.SynchronizedObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
iterator
in interfaceCollection<V>
- Specified by:
iterator
in interfaceIterable<V>
- Overrides:
iterator
in classSynchronized.SynchronizedCollection<Collection<V>>
-