sidl
Class Long.Array1.Holder

java.lang.Object
  extended by sidl.Long.Array1.Holder
Enclosing class:
Long.Array1

public static class Long.Array1.Holder
extends java.lang.Object


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

Long.Array1.Holder

public Long.Array1.Holder()
Create a holder class with an empty holdee object.


Long.Array1.Holder

public Long.Array1.Holder(Long.Array1 obj)
Create a holder with the specified object.

Method Detail

set

public void set(Long.Array1 obj)
Set the value of the holdee object.


get

public Long.Array1 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array