public static class Character.Holder
extends java.lang.Object
Character
.Constructor and Description |
---|
Holder()
Create a holder class with an empty holdee object.
|
Holder(char obj)
Create a holder with the specified object.
|
Modifier and Type | Method and Description |
---|---|
char |
get()
Get the value of the holdee object.
|
void |
set(char obj)
Set the value of the holdee object.
|