package p138.p176.p177.p190.p192;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ࢪ.ތ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3488 {

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

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final float f10334;

    public C3488(int i, float f) {
        this.f10333 = i;
        this.f10334 = f;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3488.class != obj.getClass()) {
            return false;
        }
        C3488 c3488 = (C3488) obj;
        return this.f10333 == c3488.f10333 && Float.compare(c3488.f10334, this.f10334) == 0;
    }

    public int hashCode() {
        return Float.floatToIntBits(this.f10334) + ((527 + this.f10333) * 31);
    }
}
