ed$c.java
1.97 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
import java.util.Collection;
import java.util.Iterator;
import java.util.Set;
final class ed$c
implements Set<K>
{
ed$c(ed paramed) {}
public final boolean add(K paramK)
{
throw new UnsupportedOperationException();
}
public final boolean addAll(Collection<? extends K> paramCollection)
{
throw new UnsupportedOperationException();
}
public final void clear()
{
this.a.c();
}
public final boolean contains(Object paramObject)
{
return this.a.a(paramObject) >= 0;
}
public final boolean containsAll(Collection<?> paramCollection)
{
return ed.a(this.a.b(), paramCollection);
}
public final boolean equals(Object paramObject)
{
return ed.a(this, paramObject);
}
public final int hashCode()
{
int i = this.a.a() - 1;
int j = 0;
if (i >= 0)
{
Object localObject = this.a.a(i, 0);
if (localObject == null) {}
for (int k = 0;; k = localObject.hashCode())
{
j += k;
i -= 1;
break;
}
}
return j;
}
public final boolean isEmpty()
{
return this.a.a() == 0;
}
public final Iterator<K> iterator()
{
return new ed.a(this.a, 0);
}
public final boolean remove(Object paramObject)
{
int i = this.a.a(paramObject);
if (i >= 0)
{
this.a.a(i);
return true;
}
return false;
}
public final boolean removeAll(Collection<?> paramCollection)
{
return ed.b(this.a.b(), paramCollection);
}
public final boolean retainAll(Collection<?> paramCollection)
{
return ed.c(this.a.b(), paramCollection);
}
public final int size()
{
return this.a.a();
}
public final Object[] toArray()
{
return this.a.b(0);
}
public final <T> T[] toArray(T[] paramArrayOfT)
{
return this.a.a(paramArrayOfT, 0);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/ed$c.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/