Class NumberFormatSymbolsInfo
java.lang.Object
ch.randelshofer.fastdoubleparser.NumberFormatSymbolsInfo
Provides information about
NumberFormatSymbols.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleancontainsChars(Collection<Character> characters, CharSet set) private static booleancontainsChars(Set<String> strings, FormatCharSet set) (package private) static booleancontainsFormatChars(NumberFormatSymbols symbols) (package private) static booleanisAscii(NumberFormatSymbols symbols) Returns true if all symbols are ASCII code points in the range U+0000 to U+007f.(package private) static booleanisAsciiCharCollection(Collection<Character> collection) (package private) static booleanisAsciiStringCollection(Collection<String> collection) (package private) static booleanisDigitsTokensAscii(NumberFormatSymbols symbols) (package private) static booleanisMostlyAscii(NumberFormatSymbols symbols) Returns true if all single character symbols are ASCII code points in the range U+0000 to U+007f.
-
Constructor Details
-
NumberFormatSymbolsInfo
NumberFormatSymbolsInfo()
-
-
Method Details
-
isAscii
Returns true if all symbols are ASCII code points in the range U+0000 to U+007f. -
isMostlyAscii
Returns true if all single character symbols are ASCII code points in the range U+0000 to U+007f. -
isDigitsTokensAscii
-
isAsciiStringCollection
-
isAsciiCharCollection
-
containsFormatChars
-
containsChars
-
containsChars
-