package g.j0;

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

    public c(char c2, char c3) {
        super(c2, c3, 1);
    }

    public boolean b(char c2) {
        return g.h0.c.l.h(this.f4116b, c2) <= 0 && g.h0.c.l.h(c2, this.f4117e) <= 0;
    }

    public boolean equals(Object obj) {
        if (obj instanceof c) {
            if (!isEmpty() || !((c) obj).isEmpty()) {
                c cVar = (c) obj;
                if (this.f4116b != cVar.f4116b || this.f4117e != cVar.f4117e) {
                }
            }
            return true;
        }
        return false;
    }

    public int hashCode() {
        if (isEmpty()) {
            return -1;
        }
        return (this.f4116b * 31) + this.f4117e;
    }

    public boolean isEmpty() {
        return g.h0.c.l.h(this.f4116b, this.f4117e) > 0;
    }

    public String toString() {
        return this.f4116b + ".." + this.f4117e;
    }
}
