mu$l.java
857 Bytes
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
import com.google.common.collect.Sets;
import java.util.Collection;
import java.util.Set;
import javax.annotation.Nullable;
final class mu$l
extends mu<K, V>.i
implements Set<V>
{
mu$l(K paramK, @Nullable Set<V> paramSet)
{
super(paramK, paramSet, localCollection, null);
}
public final boolean removeAll(Collection<?> paramCollection)
{
boolean bool1;
if (paramCollection.isEmpty()) {
bool1 = false;
}
int i;
boolean bool2;
do
{
return bool1;
i = size();
bool2 = Sets.a((Set)this.c, paramCollection);
bool1 = bool2;
} while (!bool2);
int j = this.c.size();
mu.a(this.a, j - i);
b();
return bool2;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mu$l.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/