package Z0;

import T0.C0596g;

/* JADX INFO: loaded from: classes.dex */
public final class F {

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

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

    public F(C0596g c0596g, r rVar) {
        this.f9071a = c0596g;
        this.f9072b = rVar;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof F)) {
            return false;
        }
        F f6 = (F) obj;
        return kotlin.jvm.internal.o.c(this.f9071a, f6.f9071a) && kotlin.jvm.internal.o.c(this.f9072b, f6.f9072b);
    }

    public final int hashCode() {
        return this.f9072b.hashCode() + (this.f9071a.hashCode() * 31);
    }

    public final String toString() {
        return "TransformedText(text=" + ((Object) this.f9071a) + ", offsetMapping=" + this.f9072b + ')';
    }
}
