package N1;

/* JADX INFO: renamed from: N1.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0196a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f4500a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f4501b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public Object f4502c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f4503d;

    public final boolean equals(Object obj) {
        if (this != obj) {
            if (!(obj instanceof C0196a)) {
                return false;
            }
            C0196a c0196a = (C0196a) obj;
            int i = this.f4500a;
            if (i != c0196a.f4500a) {
                return false;
            }
            if (i != 8 || Math.abs(this.f4503d - this.f4501b) != 1 || this.f4503d != c0196a.f4501b || this.f4501b != c0196a.f4503d) {
                if (this.f4503d != c0196a.f4503d || this.f4501b != c0196a.f4501b) {
                    return false;
                }
                Object obj2 = this.f4502c;
                if (obj2 != null) {
                    if (!obj2.equals(c0196a.f4502c)) {
                        return false;
                    }
                } else if (c0196a.f4502c != null) {
                    return false;
                }
            }
        }
        return true;
    }

    public final int hashCode() {
        return (((this.f4500a * 31) + this.f4501b) * 31) + this.f4503d;
    }

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