sidl
Class FloatComplex.Array6.Holder

java.lang.Object
  extended by sidl.FloatComplex.Array6.Holder
Enclosing class:
FloatComplex.Array6

public static class FloatComplex.Array6.Holder
extends java.lang.Object


Constructor Summary
FloatComplex.Array6.Holder()
          Create a holder class with an empty holdee object.
FloatComplex.Array6.Holder(FloatComplex.Array6 obj)
          Create a holder with the specified object.
 
Method Summary
 void destroy()
          Destroy held array
 FloatComplex.Array6 get()
          Get the value of the holdee object.
 void set(FloatComplex.Array6 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

FloatComplex.Array6.Holder

public FloatComplex.Array6.Holder()
Create a holder class with an empty holdee object.


FloatComplex.Array6.Holder

public FloatComplex.Array6.Holder(FloatComplex.Array6 obj)
Create a holder with the specified object.

Method Detail

set

public void set(FloatComplex.Array6 obj)
Set the value of the holdee object.


get

public FloatComplex.Array6 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array