package kotlinx.coroutines;

import h.u.g;

/* JADX INFO: compiled from: CoroutineName.kt */
/* JADX INFO: loaded from: classes.dex */
public final class m0 extends h.u.a {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final a f1094f = new a(null);

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private final String f1095e;

    /* JADX INFO: compiled from: CoroutineName.kt */
    public static final class a implements g.c<m0> {
        private a() {
        }

        public /* synthetic */ a(h.x.d.h hVar) {
            this();
        }
    }

    public final String H() {
        return this.f1095e;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof m0) && h.x.d.k.a(this.f1095e, ((m0) obj).f1095e);
    }

    public int hashCode() {
        return this.f1095e.hashCode();
    }

    public String toString() {
        return "CoroutineName(" + this.f1095e + ')';
    }
}
