package T0;

import a1.AbstractC0958a;
import q.AbstractC2761L;

/* JADX INFO: renamed from: T0.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0594e {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f6506d;

    public C0594e(Object obj, int i6, int i7, String str) {
        this.f6503a = obj;
        this.f6504b = i6;
        this.f6505c = i7;
        this.f6506d = str;
        if (i6 <= i7) {
            return;
        }
        AbstractC0958a.a("Reversed range is not supported");
    }

    public static C0594e a(C0594e c0594e, InterfaceC0591b interfaceC0591b, int i6, int i7) {
        Object obj = interfaceC0591b;
        if ((i7 & 1) != 0) {
            obj = c0594e.f6503a;
        }
        int i8 = c0594e.f6504b;
        if ((i7 & 4) != 0) {
            i6 = c0594e.f6505c;
        }
        String str = c0594e.f6506d;
        c0594e.getClass();
        return new C0594e(obj, i8, i6, str);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0594e)) {
            return false;
        }
        C0594e c0594e = (C0594e) obj;
        return kotlin.jvm.internal.o.c(this.f6503a, c0594e.f6503a) && this.f6504b == c0594e.f6504b && this.f6505c == c0594e.f6505c && kotlin.jvm.internal.o.c(this.f6506d, c0594e.f6506d);
    }

    public final int hashCode() {
        Object obj = this.f6503a;
        return this.f6506d.hashCode() + AbstractC2761L.a(this.f6505c, AbstractC2761L.a(this.f6504b, (obj == null ? 0 : obj.hashCode()) * 31, 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Range(item=");
        sb.append(this.f6503a);
        sb.append(", start=");
        sb.append(this.f6504b);
        sb.append(", end=");
        sb.append(this.f6505c);
        sb.append(", tag=");
        return Z0.o.r(sb, this.f6506d, ')');
    }

    public C0594e(int i6, int i7, Object obj) {
        this(obj, i6, i7, "");
    }
}
