package p138.p176.p328;

import java.util.Arrays;

/* JADX INFO: renamed from: ދ.ހ.ނ.ޑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6062 {

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public static final C6062 f16958 = new C6062(0, new int[0], new Object[0], false);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public int f16959;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public int[] f16960;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public Object[] f16961;

    public C6062() {
        this(0, new int[8], new Object[8], true);
    }

    public C6062(int i, int[] iArr, Object[] objArr, boolean z) {
        this.f16959 = i;
        this.f16960 = iArr;
        this.f16961 = objArr;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof C6062)) {
            return false;
        }
        C6062 c6062 = (C6062) obj;
        return this.f16959 == c6062.f16959 && Arrays.equals(this.f16960, c6062.f16960) && Arrays.deepEquals(this.f16961, c6062.f16961);
    }

    public int hashCode() {
        return Arrays.deepHashCode(this.f16961) + ((Arrays.hashCode(this.f16960) + ((527 + this.f16959) * 31)) * 31);
    }
}
