package defpackage;

/* JADX INFO: renamed from: ᵩˀ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC3798 extends AbstractC2525 implements InterfaceC5481, InterfaceC2507, InterfaceC3507 {

    /* JADX INFO: renamed from: ˈᵲᵢ, reason: contains not printable characters */
    public final int f14422;

    public AbstractC3798(int i, Class cls, String str, String str2, int i2) {
        this(i, C0564.f2820, cls, str, str2, i2, 0);
    }

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

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Type inference failed for: r2v11 */
    /* JADX WARN: Type inference failed for: r2v3 */
    /* JADX WARN: Type inference failed for: r2v4, types: [java.lang.Object] */
    /* JADX WARN: Type inference failed for: r3v0, types: [java.lang.Object] */
    public final boolean equals(Object obj) {
        ?? r2;
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC3798) {
            AbstractC3798 abstractC3798 = (AbstractC3798) obj;
            return this.f9773.equals(abstractC3798.f9773) && this.f9774.equals(abstractC3798.f9774) && ᵥˈᵛ.ˊᵫᵗ(this.f9772, abstractC3798.f9772) && ᵥˈᵛ.ˊᵫᵗ(m6248(), abstractC3798.m6248());
        }
        if (!(obj instanceof AbstractC3798)) {
            return false;
        }
        InterfaceC2507 interfaceC2507 = this.f9770;
        if (interfaceC2507 == null) {
            mo1824();
            this.f9770 = this;
            this = this;
        } else {
            r2 = interfaceC2507;
        }
        return obj.equals(r2);
    }

    public final int hashCode() {
        return this.f9774.hashCode() + AbstractC3589.m8108(m6248() == null ? 0 : m6248().hashCode() * 31, 31, this.f9773);
    }

    public final String toString() {
        InterfaceC2507 interfaceC2507 = this.f9770;
        if (interfaceC2507 == null) {
            mo1824();
            this.f9770 = this;
            interfaceC2507 = this;
        }
        if (interfaceC2507 != this) {
            return interfaceC2507.toString();
        }
        String str = this.f9773;
        return "<init>".equals(str) ? "constructor (Kotlin reflection is not available)" : AbstractC3589.m8117("function ", str, " (Kotlin reflection is not available)");
    }

    @Override // defpackage.InterfaceC5481
    /* JADX INFO: renamed from: ːˏᵟᵯ */
    public final int mo3797() {
        return this.f14422;
    }

    @Override // defpackage.AbstractC2525
    /* JADX INFO: renamed from: ᵷᵺʾᵖ */
    public final InterfaceC2507 mo1824() {
        AbstractC3463.f13357.getClass();
        return this;
    }
}
