package u0;

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

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

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

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

    public final boolean equals(Object obj) {
        if (this != obj) {
            if (obj == null || C1039a.class != obj.getClass()) {
                return false;
            }
            C1039a c1039a = (C1039a) obj;
            int i = this.f10146a;
            if (i != c1039a.f10146a) {
                return false;
            }
            if (i != 8 || Math.abs(this.f10148c - this.f10147b) != 1 || this.f10148c != c1039a.f10147b || this.f10147b != c1039a.f10148c) {
                return this.f10148c == c1039a.f10148c && this.f10147b == c1039a.f10147b;
            }
        }
        return true;
    }

    public final int hashCode() {
        return (((this.f10146a * 31) + this.f10147b) * 31) + this.f10148c;
    }

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