private static class Synchronized.SynchronizedAsMap<K,V> extends Synchronized.SynchronizedMap<K,java.util.Collection<V>>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> |
asMapEntrySet |
(package private) java.util.Collection<java.util.Collection<V>> |
asMapValues |
private static long |
serialVersionUID |
entrySet, keySet, values
delegate, mutex
Constructor and Description |
---|
SynchronizedAsMap(java.util.Map<K,java.util.Collection<V>> delegate,
java.lang.Object mutex) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(java.lang.Object o) |
java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> |
entrySet() |
java.util.Collection<V> |
get(java.lang.Object key) |
java.util.Collection<java.util.Collection<V>> |
values() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, delegate, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
toString
@CheckForNull transient java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> asMapEntrySet
@CheckForNull transient java.util.Collection<java.util.Collection<V>> asMapValues
private static final long serialVersionUID
@CheckForNull public java.util.Collection<V> get(@CheckForNull java.lang.Object key)
public java.util.Collection<java.util.Collection<V>> values()
public boolean containsValue(@CheckForNull java.lang.Object o)
containsValue
in interface java.util.Map<K,java.util.Collection<V>>
containsValue
in class Synchronized.SynchronizedMap<K,java.util.Collection<V>>