package xd;

/* JADX INFO: loaded from: classes.dex */
public final class f extends d {
    static {
        new f(1L, 0L);
    }

    public final boolean equals(Object obj) {
        if (obj instanceof f) {
            long j10 = this.f34815a;
            long j11 = this.f34816b;
            if (j10 > j11) {
                f fVar = (f) obj;
                if (fVar.f34815a <= fVar.f34816b) {
                }
                return true;
            }
            f fVar2 = (f) obj;
            if (j10 == fVar2.f34815a && j11 == fVar2.f34816b) {
                return true;
            }
        }
        return false;
    }

    public final boolean f(long j10) {
        return this.f34815a <= j10 && j10 <= this.f34816b;
    }

    public final int hashCode() {
        long j10 = this.f34815a;
        long j11 = this.f34816b;
        if (j10 > j11) {
            return -1;
        }
        return (int) ((((long) 31) * (j10 ^ (j10 >>> 32))) + ((j11 >>> 32) ^ j11));
    }

    public final String toString() {
        return this.f34815a + ".." + this.f34816b;
    }
}
