Class Utf16


  • public abstract class Utf16
    extends Object
    • Constructor Detail

      • Utf16

        public Utf16()
    • Method Detail

      • isSurrogate

        public static boolean isSurrogate​(char c)
      • isSurrogate1

        public static boolean isSurrogate1​(char c)
      • isSurrogate2

        public static boolean isSurrogate2​(char c)
      • scalarValue

        public static int scalarValue​(char c1,
                                      char c2)
      • surrogate1

        public static char surrogate1​(int c)
      • surrogate2

        public static char surrogate2​(int c)