package g.j0;

import java.util.Objects;

/* JADX INFO: compiled from: Ranges.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class e {
    public boolean equals(Object obj) {
        if (!(obj instanceof e)) {
            return false;
        }
        e eVar = (e) obj;
        Objects.requireNonNull(eVar);
        Objects.requireNonNull(eVar);
        return true;
    }

    public int hashCode() {
        return Float.hashCode(0.0f) + (Float.hashCode(0.0f) * 31);
    }

    public String toString() {
        return "0.0..0.0";
    }
}
