package e.s.c;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class i extends c implements h, e.u.d {

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

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

    public i(int i2, Object obj, Class cls, String str, String str2, int i3) {
        super(obj, cls, str, str2, (i3 & 1) == 1);
        this.f6027h = i2;
        this.f6028i = i3 >> 1;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof i) {
            i iVar = (i) obj;
            return k.a(i(), iVar.i()) && this.f6017e.equals(iVar.f6017e) && this.f6018f.equals(iVar.f6018f) && this.f6028i == iVar.f6028i && this.f6027h == iVar.f6027h && k.a(this.f6015c, iVar.f6015c);
        }
        if (obj instanceof e.u.d) {
            return obj.equals(g());
        }
        return false;
    }

    @Override // e.s.c.c
    public e.u.a h() {
        Objects.requireNonNull(r.f6031a);
        return this;
    }

    public int hashCode() {
        return this.f6018f.hashCode() + a.b.c.a.a.G(this.f6017e, i() == null ? 0 : i().hashCode() * 31, 31);
    }

    public String toString() {
        e.u.a aVarG = g();
        return aVarG != this ? aVarG.toString() : "<init>".equals(this.f6017e) ? "constructor (Kotlin reflection is not available)" : a.b.c.a.a.u(a.b.c.a.a.C("function "), this.f6017e, " (Kotlin reflection is not available)");
    }
}
