mm$f.java
1.41 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
import com.google.common.base.Equivalence;
import java.util.Iterator;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentMap;
final class mm$f
extends mm<K, V>.a<Map.Entry<K, V>>
{
mm$f(ConcurrentMap<?, ?> paramConcurrentMap)
{
super(paramConcurrentMap, localConcurrentMap);
}
public final boolean contains(Object paramObject)
{
if (!(paramObject instanceof Map.Entry)) {}
Object localObject;
do
{
do
{
return false;
paramObject = (Map.Entry)paramObject;
localObject = ((Map.Entry)paramObject).getKey();
} while (localObject == null);
localObject = this.c.get(localObject);
} while ((localObject == null) || (!this.c.g.equivalent(((Map.Entry)paramObject).getValue(), localObject)));
return true;
}
public final Iterator<Map.Entry<K, V>> iterator()
{
return new mm.e(this.c);
}
public final boolean remove(Object paramObject)
{
if (!(paramObject instanceof Map.Entry)) {}
Object localObject;
do
{
return false;
paramObject = (Map.Entry)paramObject;
localObject = ((Map.Entry)paramObject).getKey();
} while ((localObject == null) || (!this.c.remove(localObject, ((Map.Entry)paramObject).getValue())));
return true;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mm$f.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/