public class CharHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
char |
value
Value of the character, set and examined by the application as needed.
|
Constructor and Description |
---|
CharHolder()
Constructs a new
CharHolder with an initial value of 0. |
CharHolder(char c)
Constructs a new
CharHolder with a specific initial value. |