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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final f1 f19922e = new f1(new int[0], new Object[0], false);

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f19925c = -1;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f19926d;

    public f1(int[] iArr, Object[] objArr, boolean z10) {
        this.f19923a = iArr;
        this.f19924b = objArr;
        this.f19926d = z10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof f1)) {
            return false;
        }
        return true;
    }

    public final int hashCode() {
        return 506991;
    }
}
