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