ed$a.java
780 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
42
43
44
45
46
import java.util.Iterator;
final class ed$a<T>
implements Iterator<T>
{
final int a;
int b;
int c;
boolean d = false;
ed$a(ed paramed, int paramInt)
{
this.a = paramInt;
this.b = paramed.a();
}
public final boolean hasNext()
{
return this.c < this.b;
}
public final T next()
{
Object localObject = this.e.a(this.c, this.a);
this.c += 1;
this.d = true;
return (T)localObject;
}
public final void remove()
{
if (!this.d) {
throw new IllegalStateException();
}
this.c -= 1;
this.b -= 1;
this.d = false;
this.e.a(this.c);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/ed$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/