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