Uses of Interface
ch.randelshofer.fastdoubleparser.bte.ByteDigitSet
Packages that use ByteDigitSet
Package
Description
Provides fast parsers for Java
FloatingPointLiterals,
and JSON numbers.This is a module-private package.
-
Uses of ByteDigitSet in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as ByteDigitSetModifier and TypeFieldDescriptionprivate final ByteDigitSetAbstractConfigurableFloatingPointBitsFromByteArrayAscii.digitSetprivate final ByteDigitSetAbstractConfigurableFloatingPointBitsFromByteArrayUtf8.digitSetMethods in ch.randelshofer.fastdoubleparser with parameters of type ByteDigitSetModifier and TypeMethodDescription(package private) static 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 ByteDigitSetModifier and TypeClassDescription(package private) final classA primitive map Map<char,int>.(package private) final classMethods in ch.randelshofer.fastdoubleparser.bte that return ByteDigitSetModifier and TypeMethodDescriptionstatic ByteDigitSetCreates a newByteDigitSetinstead from the specified list.