sidl
Class DoubleComplex.Array5.Holder

java.lang.Object
  extended by sidl.DoubleComplex.Array5.Holder
Enclosing class:
DoubleComplex.Array5

public static class DoubleComplex.Array5.Holder
extends java.lang.Object


Constructor Summary
DoubleComplex.Array5.Holder()
          Create a holder class with an empty holdee object.
DoubleComplex.Array5.Holder(DoubleComplex.Array5 obj)
          Create a holder with the specified object.
 
Method Summary
 void destroy()
          Destroy held array
 DoubleComplex.Array5 get()
          Get the value of the holdee object.
 void set(DoubleComplex.Array5 obj)
          Set the value of the holdee object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleComplex.Array5.Holder

public DoubleComplex.Array5.Holder()
Create a holder class with an empty holdee object.


DoubleComplex.Array5.Holder

public DoubleComplex.Array5.Holder(DoubleComplex.Array5 obj)
Create a holder with the specified object.

Method Detail

set

public void set(DoubleComplex.Array5 obj)
Set the value of the holdee object.


get

public DoubleComplex.Array5 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array