package o; import java.util.Iterator; /* loaded from: classes.dex */ public final class Nfb extends GGK { private final InterfaceC15902jVZ a; private final Iterator c; private final Iterator e; public Nfb(Iterator it, Iterator it2, InterfaceC15902jVZ interfaceC15902jVZ) { this.e = it; this.c = it2; this.a = interfaceC15902jVZ; } @Override // java.util.Iterator public final boolean hasNext() { return this.e.hasNext() && this.c.hasNext(); } @Override // o.GGK public final R a() { return this.a.a(this.e.next(), this.c.next()); } }