package r3;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes.dex */
public final class b0 extends a0 {

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

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

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

    public /* synthetic */ b0(Object obj, Object obj2, int i10) {
        this.f32355a = i10;
        this.f32357c = obj;
        this.f32356b = obj2;
    }

    @Override // r3.a0, r3.x
    public final void c(z zVar) {
        int i10 = this.f32355a;
        Object obj = this.f32356b;
        switch (i10) {
            case 0:
                ((ArrayList) ((androidx.collection.f) obj).get(((c0) this.f32357c).f32361b)).remove(zVar);
                zVar.z(this);
                break;
            default:
                ((z) obj).B();
                zVar.z(this);
                break;
        }
    }
}
