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

import android.net.Uri;
import androidx.annotation.Nullable;
import java.util.Arrays;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Uri[] f8427b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final t6[] f8428c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int[] f8429d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long[] f8430e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final String[] f8431f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final eh[] f8432g;

    static {
        String str = bb1.f9474a;
        Integer.toString(0, 36);
        Integer.toString(1, 36);
        Integer.toString(2, 36);
        Integer.toString(3, 36);
        Integer.toString(4, 36);
        Integer.toString(5, 36);
        Integer.toString(6, 36);
        Integer.toString(7, 36);
        Integer.toString(8, 36);
        Integer.toString(9, 36);
        Integer.toString(10, 36);
        Integer.toString(11, 36);
    }

    public a(int i10, int[] iArr, t6[] t6VarArr, long[] jArr, String[] strArr, eh[] ehVarArr) {
        Uri uri;
        int length = iArr.length;
        int length2 = t6VarArr.length;
        int i11 = 0;
        ih1.x(length == length2);
        ih1.x(length == ehVarArr.length);
        this.f8426a = i10;
        this.f8429d = iArr;
        this.f8428c = t6VarArr;
        this.f8430e = jArr;
        this.f8427b = new Uri[length2];
        while (true) {
            Uri[] uriArr = this.f8427b;
            if (i11 >= uriArr.length) {
                this.f8431f = strArr;
                this.f8432g = ehVarArr;
                return;
            }
            t6 t6Var = t6VarArr[i11];
            if (t6Var == null) {
                uri = null;
            } else {
                m3 m3Var = t6Var.zzb;
                m3Var.getClass();
                uri = m3Var.f13937a;
            }
            uriArr[i11] = uri;
            i11++;
        }
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && a.class == obj.getClass()) {
            a aVar = (a) obj;
            if (this.f8426a == aVar.f8426a && Arrays.equals(this.f8428c, aVar.f8428c) && Arrays.equals(this.f8429d, aVar.f8429d) && Arrays.equals(this.f8430e, aVar.f8430e) && Arrays.equals(this.f8431f, aVar.f8431f) && Arrays.equals(this.f8432g, aVar.f8432g)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (Arrays.hashCode(this.f8432g) + ((((Arrays.hashCode(this.f8430e) + ((Arrays.hashCode(this.f8429d) + ((Arrays.hashCode(this.f8428c) + (((this.f8426a * 31) - 1) * 961)) * 31)) * 31)) * 29791) + Arrays.hashCode(this.f8431f)) * 31)) * 31;
    }
}
