oe$b$1.java
1.13 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
import com.google.common.base.Predicate;
import com.google.common.base.Predicates;
import com.google.common.collect.Multiset;
import com.google.common.collect.Multiset.Entry;
import com.google.common.collect.Multisets.c;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map.Entry;
import java.util.Set;
final class oe$b$1
extends Multisets.c<K>
{
oe$b$1(oe.b paramb) {}
private boolean a(final Predicate<? super Multiset.Entry<K>> paramPredicate)
{
this.a.a.a(new Predicate() {});
}
final Multiset<K> a()
{
return this.a;
}
public final Iterator<Multiset.Entry<K>> iterator()
{
return this.a.a();
}
public final boolean removeAll(Collection<?> paramCollection)
{
return a(Predicates.in(paramCollection));
}
public final boolean retainAll(Collection<?> paramCollection)
{
return a(Predicates.not(Predicates.in(paramCollection)));
}
public final int size()
{
return this.a.a.keySet().size();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/oe$b$1.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/