Uses of Interface
ch.randelshofer.fastdoubleparser.chr.CharSet
Packages that use CharSet
Package
Description
Provides fast parsers for Java
FloatingPointLiterals,
and JSON numbers.This is a module-private package.
-
Uses of CharSet in ch.randelshofer.fastdoubleparser
Fields in ch.randelshofer.fastdoubleparser declared as CharSetModifier and TypeFieldDescriptionprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharArray.decimalSeparatorprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharSequence.decimalSeparatorprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharArray.formatCharprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharSequence.formatCharprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharArray.groupingSeparatorprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharSequence.groupingSeparatorprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharArray.minusSignprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharSequence.minusSignCharprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharArray.plusSignprivate final CharSetAbstractConfigurableFloatingPointBitsFromCharSequence.plusSignCharMethods in ch.randelshofer.fastdoubleparser with parameters of type CharSetModifier and TypeMethodDescriptionprivate static booleanNumberFormatSymbolsInfo.containsChars(Collection<Character> characters, CharSet set) -
Uses of CharSet in ch.randelshofer.fastdoubleparser.chr
Classes in ch.randelshofer.fastdoubleparser.chr that implement CharSetModifier and TypeClassDescription(package private) final classA set ofcharwith linear search.final class(package private) final class(package private) final classA primitive map Map<char,int>.classThis format set contains all Unicode format chars.Methods in ch.randelshofer.fastdoubleparser.chr that return CharSet