package g.h0.c;

/* JADX INFO: compiled from: PackageReference.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class r implements d {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Class<?> f4109b;

    public r(Class<?> cls, String str) {
        l.f(cls, "jClass");
        l.f(str, "moduleName");
        this.f4109b = cls;
    }

    @Override // g.h0.c.d
    public Class<?> b() {
        return this.f4109b;
    }

    public boolean equals(Object obj) {
        return (obj instanceof r) && l.a(this.f4109b, ((r) obj).f4109b);
    }

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

    public String toString() {
        return this.f4109b.toString() + " (Kotlin reflection is not available)";
    }
}
