package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ᵗᵰʡ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2527 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f9779;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final double f9780;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f9781;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final String f9782;

    public C2527(int i, String str, String str2) {
        boolean z = true;
        if (i == 1 && !str2.startsWith("0x") && !str2.startsWith("0X")) {
            z = false;
        }
        ᵻᵪ.ˌᴵ(z);
        this.f9781 = str;
        this.f9779 = i;
        this.f9782 = str2;
        this.f9780 = 0.0d;
    }

    public C2527(String str, double d) {
        this.f9781 = str;
        this.f9779 = 2;
        this.f9780 = d;
        this.f9782 = null;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2527)) {
            return false;
        }
        C2527 c2527 = (C2527) obj;
        return this.f9779 == c2527.f9779 && Double.compare(this.f9780, c2527.f9780) == 0 && Objects.equals(this.f9781, c2527.f9781) && Objects.equals(this.f9782, c2527.f9782);
    }

    public final int hashCode() {
        return Objects.hash(this.f9781, Integer.valueOf(this.f9779), Double.valueOf(this.f9780), this.f9782);
    }
}
