package g.j0;

/* JADX INFO: compiled from: PrimitiveRanges.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class k extends i {
    static {
        new k(1L, 0L);
    }

    public k(long j2, long j3) {
        super(j2, j3, 1L);
    }

    public boolean b(long j2) {
        return this.f4132b <= j2 && j2 <= this.f4133e;
    }

    public boolean equals(Object obj) {
        if (obj instanceof k) {
            if (!isEmpty() || !((k) obj).isEmpty()) {
                k kVar = (k) obj;
                if (this.f4132b != kVar.f4132b || this.f4133e != kVar.f4133e) {
                }
            }
            return true;
        }
        return false;
    }

    public int hashCode() {
        if (isEmpty()) {
            return -1;
        }
        long j2 = this.f4132b;
        long j3 = ((long) 31) * (j2 ^ (j2 >>> 32));
        long j4 = this.f4133e;
        return (int) (j3 + (j4 ^ (j4 >>> 32)));
    }

    public boolean isEmpty() {
        return this.f4132b > this.f4133e;
    }

    public String toString() {
        return this.f4132b + ".." + this.f4133e;
    }
}
