package x4;

/* JADX INFO: renamed from: x4.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1108f extends C1106d {

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public static final C1108f f10717n = new C1108f(1, 0);

    public C1108f(long j5, long j6) {
        super(j5, j6, 1L);
    }

    @Override // x4.C1106d
    public final boolean equals(Object obj) {
        if (!(obj instanceof C1108f)) {
            return false;
        }
        if (isEmpty() && ((C1108f) obj).isEmpty()) {
            return true;
        }
        C1108f c1108f = (C1108f) obj;
        if (this.f10710k == c1108f.f10710k) {
            return this.f10711l == c1108f.f10711l;
        }
        return false;
    }

    @Override // x4.C1106d
    public final int hashCode() {
        if (isEmpty()) {
            return -1;
        }
        long j5 = this.f10710k;
        long j6 = ((long) 31) * (j5 ^ (j5 >>> 32));
        long j7 = this.f10711l;
        return (int) (j6 + (j7 ^ (j7 >>> 32)));
    }

    @Override // x4.C1106d
    public final boolean isEmpty() {
        return this.f10710k > this.f10711l;
    }

    @Override // x4.C1106d
    public final String toString() {
        return this.f10710k + ".." + this.f10711l;
    }
}
