org.kohsuke.rngom.util
クラス Utf16

java.lang.Object
  拡張org.kohsuke.rngom.util.Utf16

public abstract class Utf16
extends java.lang.Object


コンストラクタの概要
Utf16()
           
 
メソッドの概要
static boolean isSurrogate(char 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)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Utf16

public Utf16()
メソッドの詳細

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)