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