mm$g.java
2.82 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
import com.google.common.base.Preconditions;
import com.google.common.base.Ticker;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.util.concurrent.atomic.AtomicReferenceArray;
abstract class mm$g<T>
implements Iterator<T>
{
int b;
int c;
mm.q<K, V> d;
AtomicReferenceArray<mm.p<K, V>> e;
mm.p<K, V> f;
mm<K, V>.ak g;
mm<K, V>.ak h;
mm$g(mm parammm)
{
this.b = (parammm.d.length - 1);
this.c = -1;
b();
}
private boolean a(mm.p<K, V> paramp)
{
Object localObject2 = null;
try
{
long l = this.i.q.read();
Object localObject4 = paramp.d();
mm localmm = this.i;
Object localObject1;
if (paramp.d() == null) {
localObject1 = localObject2;
}
while (localObject1 != null)
{
this.g = new mm.ak(this.i, localObject4, localObject1);
return true;
Object localObject3 = paramp.a().get();
localObject1 = localObject2;
if (localObject3 != null)
{
boolean bool = localmm.a(paramp, l);
localObject1 = localObject2;
if (!bool) {
localObject1 = localObject3;
}
}
}
return false;
}
finally
{
this.d.a();
}
}
private void b()
{
this.g = null;
if (c()) {}
do
{
do
{
do
{
;;
while (d()) {}
} while (this.b < 0);
mm.q[] arrayOfq = this.i.d;
int j = this.b;
this.b = (j - 1);
this.d = arrayOfq[j];
} while (this.d.b == 0);
this.e = this.d.f;
this.c = (this.e.length() - 1);
} while (!d());
}
private boolean c()
{
if (this.f != null) {
for (this.f = this.f.b(); this.f != null; this.f = this.f.b()) {
if (a(this.f)) {
return true;
}
}
}
return false;
}
private boolean d()
{
while (this.c >= 0)
{
Object localObject = this.e;
int j = this.c;
this.c = (j - 1);
localObject = (mm.p)((AtomicReferenceArray)localObject).get(j);
this.f = ((mm.p)localObject);
if ((localObject != null) && ((a(this.f)) || (c()))) {
return true;
}
}
return false;
}
final mm<K, V>.ak a()
{
if (this.g == null) {
throw new NoSuchElementException();
}
this.h = this.g;
b();
return this.h;
}
public boolean hasNext()
{
return this.g != null;
}
public void remove()
{
if (this.h != null) {}
for (boolean bool = true;; bool = false)
{
Preconditions.checkState(bool);
this.i.remove(this.h.getKey());
this.h = null;
return;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mm$g.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/