Uses of Interface
ch.randelshofer.fastdoubleparser.chr.CharDigitSet
Packages that use CharDigitSet
Package
Description
Provides fast parsers for Java
FloatingPointLiterals,
and JSON numbers.This is a module-private package.
-
Uses of CharDigitSet in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as CharDigitSetModifier and TypeFieldDescriptionprivate final CharDigitSetAbstractConfigurableFloatingPointBitsFromCharArray.digitSetprivate final CharDigitSetAbstractConfigurableFloatingPointBitsFromCharSequence.digitSetMethods in ch.randelshofer.fastdoubleparser with parameters of type CharDigitSetModifier and TypeMethodDescription(package private) static BigDecimalSlowDoubleConversionPath.toBigDecimal(char[] str, CharDigitSet digitSet, int integerStartIndex, int integerEndIndex, int fractionStartIndex, int fractionEndIndex, int maxRequiredDigits, long exponentValue) (package private) static BigDecimalSlowDoubleConversionPath.toBigDecimal(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(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 CharDigitSetModifier and TypeClassDescription(package private) final classA primitive map Map<char,int>.(package private) final classMethods in ch.randelshofer.fastdoubleparser.chr that return CharDigitSetModifier and TypeMethodDescriptionstatic CharDigitSetCreates a newCharDigitSetinstead from the specified list.