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