Package com.ethlo.time.internal.util
Class LimitedCharArrayIntegerUtil
java.lang.Object
com.ethlo.time.internal.util.LimitedCharArrayIntegerUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intparsePositiveInt(String strNum, int startInclusive, int endExclusive) static voidtoString(int value, char[] buf, int offset, int charLength)
-
Field Details
-
DIGIT_9
public static final char DIGIT_9- See Also:
-
ZERO
public static final char ZERO- See Also:
-
-
Method Details
-
parsePositiveInt
-
toString
public static void toString(int value, char[] buf, int offset, int charLength)
-