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