Compares this Short with another Short.
@override int compareTo(Short other) => _value.compareTo(other._value);