package defpackage;

/* JADX INFO: renamed from: ᵮˇʢᴵ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC4205 extends AbstractC2525 implements InterfaceC1073 {

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

    public AbstractC4205(Object obj, Class cls, String str, String str2, int i) {
        super(obj, cls, str, str2, (i & 1) == 1);
        this.f16014 = (i & 2) == 2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC4205) {
            AbstractC4205 abstractC4205 = (AbstractC4205) obj;
            return m6248().equals(abstractC4205.m6248()) && this.f9773.equals(abstractC4205.f9773) && this.f9774.equals(abstractC4205.f9774) && ᵥˈᵛ.ˊᵫᵗ(this.f9772, abstractC4205.f9772);
        }
        if (obj instanceof InterfaceC1073) {
            return obj.equals(m9124());
        }
        return false;
    }

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

    public final String toString() {
        InterfaceC2507 interfaceC2507M9124 = m9124();
        return interfaceC2507M9124 != this ? interfaceC2507M9124.toString() : AbstractC3653.m8231(new StringBuilder("property "), this.f9773, " (Kotlin reflection is not available)");
    }

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final InterfaceC2507 m9124() {
        if (this.f16014) {
            return this;
        }
        InterfaceC2507 interfaceC2507 = this.f9770;
        if (interfaceC2507 != null) {
            return interfaceC2507;
        }
        InterfaceC2507 interfaceC2507Mo1824 = mo1824();
        this.f9770 = interfaceC2507Mo1824;
        return interfaceC2507Mo1824;
    }

    /* JADX INFO: renamed from: ᵶᵥᵝ, reason: contains not printable characters */
    public final InterfaceC1073 m9125() {
        if (this.f16014) {
            C4468.m9515("Kotlin reflection is not yet supported for synthetic Java properties. Please follow/upvote https://youtrack.jetbrains.com/issue/KT-55980");
            return null;
        }
        InterfaceC2507 interfaceC2507M9124 = m9124();
        if (interfaceC2507M9124 != this) {
            return (InterfaceC1073) interfaceC2507M9124;
        }
        throw new C1696("Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath");
    }
}
