package d3;

import q.AbstractC2761L;

/* JADX INFO: renamed from: d3.g, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1886g {

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

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

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

    public C1886g(int i6, int i7, int i8) {
        this.f15635a = i6;
        this.f15636b = i7;
        this.f15637c = i8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1886g)) {
            return false;
        }
        C1886g c1886g = (C1886g) obj;
        return this.f15635a == c1886g.f15635a && this.f15636b == c1886g.f15636b && this.f15637c == c1886g.f15637c;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f15637c) + AbstractC2761L.a(this.f15636b, Integer.hashCode(this.f15635a) * 31, 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("SamplePartSpan(part=");
        sb.append(this.f15635a);
        sb.append(", offset=");
        sb.append(this.f15636b);
        sb.append(", length=");
        return Z0.o.q(sb, this.f15637c, ")");
    }
}
