Uses of Enum
ru.progrm_jarvis.javacommons.primitive.error.IntegerParseError
Packages that use IntegerParseError
Package
Description
Various helpers related to Java's primitive types.
Errors related to Java's primitive types.
-
Uses of IntegerParseError in ru.progrm_jarvis.javacommons.primitive
Methods in ru.progrm_jarvis.javacommons.primitive that return types with arguments of type IntegerParseErrorModifier and TypeMethodDescriptionstatic @NotNull Result<@NotNull Integer,@NotNull IntegerParseError> NumberUtil.parseIntResult(@NonNull CharSequence possibleInteger) Parses a decimalintnumber.static @NotNull Result<@NotNull Integer,@NotNull IntegerParseError> NumberUtil.parseIntResult(@NonNull CharSequence possibleInteger, int radix) Parses anintnumber.static @NotNull Result<@NotNull Long,@NotNull IntegerParseError> NumberUtil.parseLongResult(@NonNull CharSequence possibleLong) Parses a decimallongnumber.static @NotNull Result<@NotNull Long,@NotNull IntegerParseError> NumberUtil.parseLongResult(@NonNull CharSequence possibleLong, int radix) Parses alongnumber. -
Uses of IntegerParseError in ru.progrm_jarvis.javacommons.primitive.error
Methods in ru.progrm_jarvis.javacommons.primitive.error that return IntegerParseErrorModifier and TypeMethodDescriptionstatic IntegerParseErrorReturns the enum constant of this type with the specified name.static IntegerParseError[]IntegerParseError.values()Returns an array containing the constants of this enum type, in the order they are declared.