Class NumberFormatSymbolsInfo


  • class NumberFormatSymbolsInfo
    extends java.lang.Object
    Provides information about NumberFormatSymbols.
    • Constructor Detail

      • NumberFormatSymbolsInfo

        NumberFormatSymbolsInfo()
    • Method Detail

      • 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.
      • isAsciiStringCollection

        static boolean isAsciiStringCollection​(java.util.Collection<java.lang.String> collection)
      • isAsciiCharCollection

        static boolean isAsciiCharCollection​(java.util.Collection<java.lang.Character> collection)
      • containsChars

        private static boolean containsChars​(java.util.Set<java.lang.String> strings,
                                             FormatCharSet set)
      • containsChars

        private static boolean containsChars​(java.util.Collection<java.lang.Character> characters,
                                             CharSet set)