package p463.p484.p485.p490;

import java.io.Serializable;
import p138.p139.p143.p144.C2803;
import p463.p473.p474.p479.C7158;
import p463.p484.p485.C7177;
import p463.p484.p485.C7179;
import p463.p484.p485.C7192;

/* JADX INFO: renamed from: ޒ.ށ.֏.ޔ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C7293 implements Comparable<C7293>, Serializable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final C7179 f21182;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final C7192 f21183;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final C7192 f21184;

    public C7293(long j, C7192 c7192, C7192 c71922) {
        this.f21182 = C7179.m10655(j, 0, c7192);
        this.f21183 = c7192;
        this.f21184 = c71922;
    }

    public C7293(C7179 c7179, C7192 c7192, C7192 c71922) {
        this.f21182 = c7179;
        this.f21183 = c7192;
        this.f21184 = c71922;
    }

    private Object writeReplace() {
        return new C7289((byte) 2, this);
    }

    @Override // java.lang.Comparable
    public int compareTo(C7293 c7293) {
        C7293 c72932 = c7293;
        C7177 c7177M10765 = this.f21182.m10765(this.f21183);
        C7177 c7177M107652 = c72932.f21182.m10765(c72932.f21183);
        int iM10537 = C7158.m10537(c7177M10765.f20799, c7177M107652.f20799);
        return iM10537 != 0 ? iM10537 : c7177M10765.f20800 - c7177M107652.f20800;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C7293)) {
            return false;
        }
        C7293 c7293 = (C7293) obj;
        return this.f21182.equals(c7293.f21182) && this.f21183.equals(c7293.f21183) && this.f21184.equals(c7293.f21184);
    }

    public int hashCode() {
        return (this.f21182.hashCode() ^ this.f21183.f20855) ^ Integer.rotateLeft(this.f21184.f20855, 16);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Transition[");
        sbM4889.append(m10942() ? "Gap" : "Overlap");
        sbM4889.append(" at ");
        sbM4889.append(this.f21182);
        sbM4889.append(this.f21183);
        sbM4889.append(" to ");
        sbM4889.append(this.f21184);
        sbM4889.append(']');
        return sbM4889.toString();
    }

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public C7179 m10941() {
        return this.f21182.m10672(this.f21184.f20855 - this.f21183.f20855);
    }

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public boolean m10942() {
        return this.f21184.f20855 > this.f21183.f20855;
    }
}
