package P4;

import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public final class c extends a {
    static {
        new c((char) 1, (char) 0);
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof c)) {
            return false;
        }
        if (isEmpty() && ((c) obj).isEmpty()) {
            return true;
        }
        c cVar = (c) obj;
        return this.f5667a == cVar.f5667a && this.f5668b == cVar.f5668b;
    }

    public final int hashCode() {
        if (isEmpty()) {
            return -1;
        }
        return (this.f5667a * 31) + this.f5668b;
    }

    public final boolean isEmpty() {
        return o.i(this.f5667a, this.f5668b) > 0;
    }

    public final String toString() {
        return this.f5667a + ".." + this.f5668b;
    }
}
