package q1;

/* JADX INFO: renamed from: q1.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2833e extends AbstractC2831c {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public float f23583e;

    public C2833e(float f6) {
        super(null);
        this.f23583e = f6;
    }

    @Override // q1.AbstractC2831c
    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C2833e) {
            float fJ = j();
            float fJ2 = ((C2833e) obj).j();
            if ((Float.isNaN(fJ) && Float.isNaN(fJ2)) || fJ == fJ2) {
                return true;
            }
        }
        return false;
    }

    @Override // q1.AbstractC2831c
    public final int hashCode() {
        int iHashCode = super.hashCode() * 31;
        float f6 = this.f23583e;
        return iHashCode + (f6 != 0.0f ? Float.floatToIntBits(f6) : 0);
    }

    @Override // q1.AbstractC2831c
    public final float j() {
        char[] cArr;
        if (Float.isNaN(this.f23583e) && (cArr = this.f23579a) != null && cArr.length >= 1) {
            this.f23583e = Float.parseFloat(h());
        }
        return this.f23583e;
    }

    @Override // q1.AbstractC2831c
    public final int k() {
        char[] cArr;
        if (Float.isNaN(this.f23583e) && (cArr = this.f23579a) != null && cArr.length >= 1) {
            this.f23583e = Integer.parseInt(h());
        }
        return (int) this.f23583e;
    }
}
