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