package e.t;

/* JADX INFO: loaded from: classes.dex */
public final class c extends a {

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final c f6041f = null;

    public c(int i2, int i3) {
        super(i2, i3, 1);
    }

    @Override // e.t.a
    public boolean equals(Object obj) {
        if (obj instanceof c) {
            if (!isEmpty() || !((c) obj).isEmpty()) {
                c cVar = (c) obj;
                if (this.f6033b != cVar.f6033b || this.f6034c != cVar.f6034c) {
                }
            }
            return true;
        }
        return false;
    }

    @Override // e.t.a
    public int hashCode() {
        if (isEmpty()) {
            return -1;
        }
        return (this.f6033b * 31) + this.f6034c;
    }

    @Override // e.t.a
    public boolean isEmpty() {
        return this.f6033b > this.f6034c;
    }

    @Override // e.t.a
    public String toString() {
        return this.f6033b + ".." + this.f6034c;
    }
}
