package com.google.android.gms.internal.ads;

import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class r92 extends v92 {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ int f16063e = 0;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public r92(s92 s92Var) {
        super(s92Var.f16364a);
        Objects.requireNonNull(s92Var);
    }

    @Override // java.util.Iterator
    public final Object next() {
        switch (this.f16063e) {
            case 0:
                return a();
            default:
                return a().f17962f;
        }
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public r92(t92 t92Var) {
        super(t92Var.f16827a);
        Objects.requireNonNull(t92Var);
    }
}
