package F;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class i0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final List f1293a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final List[] f1294b;

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ j0 f1298f;

    public i0(j0 j0Var, List list) {
        this.f1298f = j0Var;
        this.f1293a = list;
        this.f1294b = new List[list.size()];
        if (list.isEmpty()) {
            A.b.a("NestedPrefetchController shouldn't be created with no states");
        }
    }
}
