Modifier and Type | Field and Description |
---|---|
private static Box.Char[] |
ascii
a cache for all ASCII chars
|
char |
j
the primitive char value boxed by this instance
|
Modifier | Constructor and Description |
---|---|
private |
Box.Char(char c) |
private static final Box.Char[] ascii
public final char j
public static final Box.Char mk(char c)
box a char value
public java.lang.String toString()
toString
in class java.lang.Object