| java.lang.Object gnu.text.Char
Constructor Summary | |
public | Char() Should only be used for serialization. |
charNameValues | static char[] charNameValues(Code) | | |
Char | public Char()(Code) | | Should only be used for serialization.
|
$Eq | public static boolean $Eq(char c1, char c2)(Code) | | Temporary methods, because Kawa cannot inline primitive comparisons yet.
|
$Gr | public static boolean $Gr(char c1, char c2)(Code) | | |
$Gr$Eq | public static boolean $Gr$Eq(char c1, char c2)(Code) | | |
$Ls | public static boolean $Ls(char c1, char c2)(Code) | | |
$Ls$Eq | public static boolean $Ls$Eq(char c1, char c2)(Code) | | |
charValue | final public char charValue()(Code) | | |
hashCode | public int hashCode()(Code) | | |
intValue | final public int intValue()(Code) | | |
toScmReadableString | public static String toScmReadableString(int ch)(Code) | | |
|
|