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