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