package T0;

import a1.AbstractC0958a;
import q.AbstractC2761L;

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

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

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

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

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

    public /* synthetic */ C0592c(InterfaceC0591b interfaceC0591b, int i6, int i7, int i8) {
        this(interfaceC0591b, i6, (i8 & 4) != 0 ? Integer.MIN_VALUE : i7, "");
    }

    public final C0594e a(int i6) {
        int i7 = this.f6498c;
        if (i7 != Integer.MIN_VALUE) {
            i6 = i7;
        }
        if (!(i6 != Integer.MIN_VALUE)) {
            AbstractC0958a.b("Item.end should be set first");
        }
        return new C0594e(this.f6496a, this.f6497b, i6, this.f6499d);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0592c)) {
            return false;
        }
        C0592c c0592c = (C0592c) obj;
        return kotlin.jvm.internal.o.c(this.f6496a, c0592c.f6496a) && this.f6497b == c0592c.f6497b && this.f6498c == c0592c.f6498c && kotlin.jvm.internal.o.c(this.f6499d, c0592c.f6499d);
    }

    public final int hashCode() {
        Object obj = this.f6496a;
        return this.f6499d.hashCode() + AbstractC2761L.a(this.f6498c, AbstractC2761L.a(this.f6497b, (obj == null ? 0 : obj.hashCode()) * 31, 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("MutableRange(item=");
        sb.append(this.f6496a);
        sb.append(", start=");
        sb.append(this.f6497b);
        sb.append(", end=");
        sb.append(this.f6498c);
        sb.append(", tag=");
        return Z0.o.r(sb, this.f6499d, ')');
    }

    public C0592c(Object obj, int i6, int i7, String str) {
        this.f6496a = obj;
        this.f6497b = i6;
        this.f6498c = i7;
        this.f6499d = str;
    }
}
