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