ed$d.java
2.33 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
import java.util.Iterator;
import java.util.Map.Entry;
final class ed$d
implements Iterator<Map.Entry<K, V>>, Map.Entry<K, V>
{
int a;
int b;
boolean c = false;
ed$d(ed paramed)
{
this.a = (paramed.a() - 1);
this.b = -1;
}
public final boolean equals(Object paramObject)
{
if (!this.c) {
throw new IllegalStateException("This container does not support retaining Map.Entry objects");
}
if (!(paramObject instanceof Map.Entry)) {}
do
{
return false;
paramObject = (Map.Entry)paramObject;
} while ((!ec.a(((Map.Entry)paramObject).getKey(), this.d.a(this.b, 0))) || (!ec.a(((Map.Entry)paramObject).getValue(), this.d.a(this.b, 1))));
return true;
}
public final K getKey()
{
if (!this.c) {
throw new IllegalStateException("This container does not support retaining Map.Entry objects");
}
return (K)this.d.a(this.b, 0);
}
public final V getValue()
{
if (!this.c) {
throw new IllegalStateException("This container does not support retaining Map.Entry objects");
}
return (V)this.d.a(this.b, 1);
}
public final boolean hasNext()
{
return this.b < this.a;
}
public final int hashCode()
{
int j = 0;
if (!this.c) {
throw new IllegalStateException("This container does not support retaining Map.Entry objects");
}
Object localObject1 = this.d.a(this.b, 0);
Object localObject2 = this.d.a(this.b, 1);
int i;
if (localObject1 == null)
{
i = 0;
if (localObject2 != null) {
break label69;
}
}
for (;;)
{
return j ^ i;
i = localObject1.hashCode();
break;
label69:
j = localObject2.hashCode();
}
}
public final void remove()
{
if (!this.c) {
throw new IllegalStateException();
}
this.d.a(this.b);
this.b -= 1;
this.a -= 1;
this.c = false;
}
public final V setValue(V paramV)
{
if (!this.c) {
throw new IllegalStateException("This container does not support retaining Map.Entry objects");
}
return (V)this.d.a(this.b, paramV);
}
public final String toString()
{
return getKey() + "=" + getValue();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/ed$d.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/