Uses of Interface
ch.randelshofer.fastdoubleparser.bte.ByteDigitSet
-
Packages that use ByteDigitSet Package Description ch.randelshofer.fastdoubleparser Provides fast parsers for JavaFloatingPointLiterals, and JSONnumbers.ch.randelshofer.fastdoubleparser.bte This is a module-private package. -
-
Uses of ByteDigitSet in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as ByteDigitSet Modifier and Type Field Description private ByteDigitSetAbstractConfigurableFloatingPointBitsFromByteArrayAscii. digitSetprivate ByteDigitSetAbstractConfigurableFloatingPointBitsFromByteArrayUtf8. digitSetMethods in ch.randelshofer.fastdoubleparser with parameters of type ByteDigitSet Modifier and Type Method Description (package private) static java.math.BigDecimalSlowDoubleConversionPath. toBigDecimal(byte[] str, ByteDigitSet digitSet, int integerStartIndex, int integerEndIndex, int fractionStartIndex, int fractionEndIndex, int maxRequiredDigits, long exponentValue)(package private) static doubleSlowDoubleConversionPath. toDouble(byte[] str, ByteDigitSet digitSet, int integerStartIndex, int integerEndIndex, int fractionStartIndex, int fractionEndIndex, boolean isSignificandNegative, long exponentValue) -
Uses of ByteDigitSet in ch.randelshofer.fastdoubleparser.bte
Classes in ch.randelshofer.fastdoubleparser.bte that implement ByteDigitSet Modifier and Type Class Description (package private) classByteToIntMapA primitive map Map<char,int>.(package private) classConsecutiveByteDigitSetMethods in ch.randelshofer.fastdoubleparser.bte that return ByteDigitSet Modifier and Type Method Description static ByteDigitSetByteDigitSet. copyOf(java.util.List<java.lang.Character> digits)Creates a newByteDigitSetinstead from the specified list.
-