package androidx.collection;

/* JADX INFO: loaded from: classes.dex */
public final class b extends k {

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(g gVar) {
        super(gVar.f935c);
        this.f925d = 2;
        this.f926e = gVar;
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(f fVar, int i10) {
        super(fVar.f968c);
        this.f925d = i10;
        if (i10 != 1) {
            this.f926e = fVar;
        } else {
            this.f926e = fVar;
            super(fVar.f968c);
        }
    }
}
