what-the-bank/sources/o/C16918sPB.java

26 lines
553 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.wDL;
/* renamed from: o.sPB, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C16918sPB<R> extends GGK<R> {
private final utN<? extends R> b;
private final wDL.IeS c;
public C16918sPB(wDL.IeS ieS, utN<? extends R> utn) {
this.c = ieS;
this.b = utn;
}
@Override // java.util.Iterator
public final boolean hasNext() {
return this.c.hasNext();
}
@Override // o.GGK
public final R a() {
return this.b.d(this.c.e());
}
}