package defpackage;

/* JADX INFO: renamed from: ˑᵧﾞ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2112 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public int f8407;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public Object f8408;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public int f8409;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public int f8410;

    public final boolean equals(Object obj) {
        if (this != obj) {
            if (!(obj instanceof C2112)) {
                return false;
            }
            C2112 c2112 = (C2112) obj;
            int i = this.f8409;
            if (i != c2112.f8409) {
                return false;
            }
            if (i != 8 || Math.abs(this.f8410 - this.f8407) != 1 || this.f8410 != c2112.f8407 || this.f8407 != c2112.f8410) {
                if (this.f8410 != c2112.f8410 || this.f8407 != c2112.f8407) {
                    return false;
                }
                Object obj2 = this.f8408;
                Object obj3 = c2112.f8408;
                if (obj2 != null) {
                    if (!obj2.equals(obj3)) {
                        return false;
                    }
                } else if (obj3 != null) {
                    return false;
                }
            }
        }
        return true;
    }

    public final int hashCode() {
        return (((this.f8409 * 31) + this.f8407) * 31) + this.f8410;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(Integer.toHexString(System.identityHashCode(this)));
        sb.append("[");
        int i = this.f8409;
        sb.append(i != 1 ? i != 2 ? i != 4 ? i != 8 ? "??" : "mv" : "up" : "rm" : "add");
        sb.append(",s:");
        sb.append(this.f8407);
        sb.append("c:");
        sb.append(this.f8410);
        sb.append(",p:");
        sb.append(this.f8408);
        sb.append("]");
        return sb.toString();
    }
}
