package q1;

import java.util.Iterator;

/* JADX INFO: renamed from: q1.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2834f implements Iterator {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public C2835g f23584a;

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

    @Override // java.util.Iterator
    public final boolean hasNext() {
        return this.f23585b < this.f23584a.f23578e.size();
    }

    @Override // java.util.Iterator
    public final Object next() {
        C2832d c2832d = (C2832d) this.f23584a.f23578e.get(this.f23585b);
        this.f23585b++;
        return c2832d;
    }
}
