sidl
Class Double.Array2.Holder
java.lang.Object
sidl.Double.Array2.Holder
- Double.Array2
public static class Double.Array2.Holder
extends java.lang.Object
Holder() - Create a holder class with an empty holdee object.
|
Holder(Double.Array2 obj) - Create a holder with the specified object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(Double.Array2 obj)
Create a holder with the specified object.
destroy
public void destroy()
Destroy held array
get
public Double.Array2 get()
Get the value of the holdee object.
set
public void set(Double.Array2 obj)
Set the value of the holdee object.