package B0;

import n4.u0;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class B implements x0.h {

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

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final /* synthetic */ boolean f512r;

    public /* synthetic */ B(int i, boolean z8) {
        this.f511q = i;
        this.f512r = z8;
    }

    @Override // x0.h
    public final void b(Object obj) {
        u0.K k8 = (u0.K) obj;
        switch (this.f511q) {
            case u0.f15495q /* 0 */:
                k8.q(this.f512r);
                break;
            default:
                k8.x(this.f512r);
                break;
        }
    }
}
