34 lines
660 B
Java
34 lines
660 B
Java
package o;
|
|
|
|
import o.wDL;
|
|
|
|
/* renamed from: o.Vrm, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C1103Vrm extends wDL.IeS {
|
|
private boolean a;
|
|
private final int c;
|
|
private int d = 0;
|
|
|
|
public C1103Vrm(int i) {
|
|
this.c = i;
|
|
this.a = i >= 0;
|
|
}
|
|
|
|
@Override // o.wDL.IeS
|
|
public final int e() {
|
|
int i = this.d;
|
|
int i2 = this.c;
|
|
if (i >= i2) {
|
|
this.a = false;
|
|
return i2;
|
|
}
|
|
this.d = i + 1;
|
|
return i;
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public final boolean hasNext() {
|
|
return this.a;
|
|
}
|
|
}
|