package F;

/* JADX INFO: renamed from: F.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0155i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f1291a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f1292b;

    public C0155i(int i6, int i7) {
        this.f1291a = i6;
        this.f1292b = i7;
        if (!(i6 >= 0)) {
            A.b.a("negative start index");
        }
        if (i7 >= i6) {
            return;
        }
        A.b.a("end index greater than start");
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0155i)) {
            return false;
        }
        C0155i c0155i = (C0155i) obj;
        return this.f1291a == c0155i.f1291a && this.f1292b == c0155i.f1292b;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f1292b) + (Integer.hashCode(this.f1291a) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Interval(start=");
        sb.append(this.f1291a);
        sb.append(", end=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f1292b, ')');
    }
}
