private static class Synchronized.SynchronizedAsMapValues<V> extends Synchronized.SynchronizedCollection<java.util.Collection<V>>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
delegate, mutex
Constructor and Description |
---|
SynchronizedAsMapValues(java.util.Collection<java.util.Collection<V>> delegate,
java.lang.Object mutex) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Collection<V>> |
iterator() |
add, addAll, clear, contains, containsAll, delegate, forEach, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
toString
private static final long serialVersionUID
SynchronizedAsMapValues(java.util.Collection<java.util.Collection<V>> delegate, java.lang.Object mutex)
public java.util.Iterator<java.util.Collection<V>> iterator()
iterator
in interface java.lang.Iterable<java.util.Collection<V>>
iterator
in interface java.util.Collection<java.util.Collection<V>>
iterator
in class Synchronized.SynchronizedCollection<java.util.Collection<V>>