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

import java.util.NoSuchElementException;

/* JADX INFO: loaded from: classes2.dex */
public final class n extends v4.b {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f19955b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Object f19956c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n(Object obj) {
        super(2);
        this.f19956c = obj;
    }

    @Override // java.util.Iterator
    public final boolean hasNext() {
        return !this.f19955b;
    }

    @Override // v4.b, java.util.Iterator, java.util.ListIterator
    public final Object next() {
        if (this.f19955b) {
            throw new NoSuchElementException();
        }
        this.f19955b = true;
        return this.f19956c;
    }
}
