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