package r3;

import java.util.ArrayList;

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ l f32397g;

    public j(l lVar, Object obj, ArrayList arrayList, Object obj2, ArrayList arrayList2, Object obj3, ArrayList arrayList3) {
        this.f32397g = lVar;
        this.f32391a = obj;
        this.f32392b = arrayList;
        this.f32393c = obj2;
        this.f32394d = arrayList2;
        this.f32395e = obj3;
        this.f32396f = arrayList3;
    }

    @Override // r3.a0, r3.x
    public final void c(z zVar) {
        zVar.z(this);
    }

    @Override // r3.a0, r3.x
    public final void f(z zVar) {
        l lVar = this.f32397g;
        Object obj = this.f32391a;
        if (obj != null) {
            lVar.q(obj, this.f32392b, null);
        }
        Object obj2 = this.f32393c;
        if (obj2 != null) {
            lVar.q(obj2, this.f32394d, null);
        }
        Object obj3 = this.f32395e;
        if (obj3 != null) {
            lVar.q(obj3, this.f32396f, null);
        }
    }
}
