sidl
Class Float.Array.Holder

java.lang.Object
  extended by sidl.Float.Array.Holder
Enclosing class:
Float.Array

public static class Float.Array.Holder
extends java.lang.Object


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

Float.Array.Holder

public Float.Array.Holder()
Create a holder class with an empty holdee object.


Float.Array.Holder

public Float.Array.Holder(Float.Array obj)
Create a holder with the specified object.

Method Detail

set

public void set(Float.Array obj)
Set the value of the holdee object.


get

public Float.Array get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array