Package com.google.common.collect
Class Synchronized.SynchronizedAsMapValues<V>
- java.lang.Object
-
- com.google.common.collect.Synchronized.SynchronizedObject
-
- com.google.common.collect.Synchronized.SynchronizedCollection<java.util.Collection<V>>
-
- com.google.common.collect.Synchronized.SynchronizedAsMapValues<V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.util.Collection<V>>
,java.util.Collection<java.util.Collection<V>>
- Enclosing class:
- Synchronized
private static class Synchronized.SynchronizedAsMapValues<V> extends Synchronized.SynchronizedCollection<java.util.Collection<V>>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class com.google.common.collect.Synchronized.SynchronizedObject
delegate, mutex
-
-
Constructor Summary
Constructors Constructor Description SynchronizedAsMapValues(java.util.Collection<java.util.Collection<V>> delegate, java.lang.Object mutex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.util.Collection<V>>
iterator()
-
Methods inherited from class com.google.common.collect.Synchronized.SynchronizedCollection
add, addAll, clear, contains, containsAll, delegate, isEmpty, remove, removeAll, retainAll, size, 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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SynchronizedAsMapValues
SynchronizedAsMapValues(java.util.Collection<java.util.Collection<V>> delegate, @Nullable java.lang.Object mutex)
-
-