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