qf$s.java
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
import com.google.common.collect.SetMultimap;
import java.util.Map.Entry;
import java.util.Set;
public class qf$s<K, V>
extends qf.k<K, V>
implements SetMultimap<K, V>
{
private static final long serialVersionUID = 0L;
transient Set<Map.Entry<K, V>> f;
public qf$s(SetMultimap<K, V> paramSetMultimap)
{
super(paramSetMultimap);
}
SetMultimap<K, V> c()
{
return (SetMultimap)super.a();
}
public Set<Map.Entry<K, V>> entries()
{
synchronized (this.h)
{
if (this.f == null) {
this.f = qf.a(c().entries(), this.h);
}
Set localSet = this.f;
return localSet;
}
}
public Set<V> get(K paramK)
{
synchronized (this.h)
{
paramK = qf.a(c().get(paramK), this.h);
return paramK;
}
}
public Set<V> removeAll(Object paramObject)
{
synchronized (this.h)
{
paramObject = c().removeAll(paramObject);
return (Set<V>)paramObject;
}
}
public Set<V> replaceValues(K paramK, Iterable<? extends V> paramIterable)
{
synchronized (this.h)
{
paramK = c().replaceValues(paramK, paramIterable);
return paramK;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qf$s.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/