public abstract class Utf16 extends Object
Constructor and Description |
---|
Utf16() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSurrogate(char c) |
static boolean |
isSurrogate(int c) |
static boolean |
isSurrogate1(char c) |
static boolean |
isSurrogate2(char c) |
static int |
scalarValue(char c1,
char c2) |
static char |
surrogate1(int c) |
static char |
surrogate2(int c) |
public static boolean isSurrogate(char c)
public static boolean isSurrogate(int c)
public static boolean isSurrogate1(char c)
public static boolean isSurrogate2(char c)
public static int scalarValue(char c1, char c2)
public static char surrogate1(int c)
public static char surrogate2(int c)