package d3;

/* JADX INFO: loaded from: classes.dex */
public abstract class K1 extends G1 {

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

    public K1(Q1 q12) {
        super(q12);
        this.f11473r.H++;
    }

    public final void F() {
        if (!this.f11615s) {
            throw new IllegalStateException("Not initialized");
        }
    }

    public final void G() {
        if (this.f11615s) {
            throw new IllegalStateException("Can't initialize twice");
        }
        H();
        this.f11473r.f11664I++;
        this.f11615s = true;
    }

    public abstract void H();
}
