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