oe$a$3.java
1.77 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
import com.google.common.base.Predicates;
import com.google.common.collect.Maps;
import com.google.common.collect.Maps.ac;
import com.google.common.collect.Multimap;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import javax.annotation.Nullable;
final class oe$a$3
extends Maps.ac<K, Collection<V>>
{
oe$a$3(oe.a parama, Map paramMap)
{
super(paramMap);
}
public final boolean remove(@Nullable Object paramObject)
{
if ((paramObject instanceof Collection))
{
paramObject = (Collection)paramObject;
Iterator localIterator = this.a.a.a.asMap().entrySet().iterator();
while (localIterator.hasNext())
{
Map.Entry localEntry = (Map.Entry)localIterator.next();
Object localObject = localEntry.getKey();
localObject = oe.a((Collection)localEntry.getValue(), new oe.c(this.a.a, localObject));
if ((!((Collection)localObject).isEmpty()) && (((Collection)paramObject).equals(localObject)))
{
if (((Collection)localObject).size() == ((Collection)localEntry.getValue()).size()) {
localIterator.remove();
}
for (;;)
{
return true;
((Collection)localObject).clear();
}
}
}
}
return false;
}
public final boolean removeAll(Collection<?> paramCollection)
{
return this.a.a.a(Maps.b(Predicates.in(paramCollection)));
}
public final boolean retainAll(Collection<?> paramCollection)
{
return this.a.a.a(Maps.b(Predicates.not(Predicates.in(paramCollection))));
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/oe$a$3.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/