Class NumberFormatSymbolsInfo

java.lang.Object
ch.randelshofer.fastdoubleparser.NumberFormatSymbolsInfo

class NumberFormatSymbolsInfo extends Object
Provides information about NumberFormatSymbols.
  • Constructor Details

    • NumberFormatSymbolsInfo

      NumberFormatSymbolsInfo()
  • Method Details

    • isAscii

      static boolean isAscii(NumberFormatSymbols symbols)
      Returns true if all symbols are ASCII code points in the range U+0000 to U+007f.
    • isMostlyAscii

      static boolean isMostlyAscii(NumberFormatSymbols symbols)
      Returns true if all single character symbols are ASCII code points in the range U+0000 to U+007f.
    • isDigitsTokensAscii

      static boolean isDigitsTokensAscii(NumberFormatSymbols symbols)
    • isAsciiStringCollection

      static boolean isAsciiStringCollection(Collection<String> collection)
    • isAsciiCharCollection

      static boolean isAsciiCharCollection(Collection<Character> collection)
    • containsFormatChars

      static boolean containsFormatChars(NumberFormatSymbols symbols)
    • containsChars

      private static boolean containsChars(Set<String> strings, FormatCharSet set)
    • containsChars

      private static boolean containsChars(Collection<Character> characters, CharSet set)