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