28 lines
566 B
Java
28 lines
566 B
Java
|
package o;
|
||
|
|
||
|
import o.wDL;
|
||
|
|
||
|
/* renamed from: o.fwS, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C14608fwS extends wDL.IeS {
|
||
|
private final int[] b;
|
||
|
private int d = 0;
|
||
|
|
||
|
public C14608fwS(int[] iArr) {
|
||
|
this.b = iArr;
|
||
|
}
|
||
|
|
||
|
@Override // java.util.Iterator
|
||
|
public final boolean hasNext() {
|
||
|
return this.d < this.b.length;
|
||
|
}
|
||
|
|
||
|
@Override // o.wDL.IeS
|
||
|
public final int e() {
|
||
|
int[] iArr = this.b;
|
||
|
int i = this.d;
|
||
|
this.d = i + 1;
|
||
|
return iArr[i];
|
||
|
}
|
||
|
}
|