package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.util.ArrayList;

/* JADX INFO: loaded from: classes2.dex */
public final class um0 {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final um0 f17325c = new um0(new tm0());

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final androidx.collection.s f17326a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final androidx.collection.s f17327b;

    @Nullable
    private final lr zzb;

    @Nullable
    private final jr zzc;

    @Nullable
    private final yr zzd;

    @Nullable
    private final vr zze;

    @Nullable
    private final mu zzf;

    public um0(tm0 tm0Var) {
        this.zzb = tm0Var.f16938a;
        this.zzc = tm0Var.f16939b;
        this.zzd = tm0Var.f16940c;
        this.f17326a = new androidx.collection.s(tm0Var.f16943f);
        this.f17327b = new androidx.collection.s(tm0Var.f16944g);
        this.zze = tm0Var.f16941d;
        this.zzf = tm0Var.f16942e;
    }

    public final ArrayList a() {
        ArrayList arrayList = new ArrayList();
        if (this.zzd != null) {
            arrayList.add(Integer.toString(6));
        }
        if (this.zzb != null) {
            arrayList.add(Integer.toString(1));
        }
        if (this.zzc != null) {
            arrayList.add(Integer.toString(2));
        }
        if (!this.f17326a.isEmpty()) {
            arrayList.add(Integer.toString(3));
        }
        if (this.zzf != null) {
            arrayList.add(Integer.toString(7));
        }
        return arrayList;
    }

    @Nullable
    public final lr zza() {
        return this.zzb;
    }

    @Nullable
    public final jr zzb() {
        return this.zzc;
    }

    @Nullable
    public final yr zzc() {
        return this.zzd;
    }

    @Nullable
    public final vr zzd() {
        return this.zze;
    }

    @Nullable
    public final mu zze() {
        return this.zzf;
    }

    @Nullable
    public final rr zzf(@Nullable String str) {
        if (str == null) {
            return null;
        }
        return (rr) this.f17326a.get(str);
    }

    @Nullable
    public final or zzg(String str) {
        return (or) this.f17327b.get(str);
    }
}
