sidl
Class Double.Holder

java.lang.Object
  extended by sidl.Double.Holder
Enclosing class:
Double

public static class Double.Holder
extends java.lang.Object

This is the holder inner class for inout and out arguments for type Double.


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

Double.Holder

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


Double.Holder

public Double.Holder(double obj)
Create a holder with the specified object.

Method Detail

set

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


get

public double get()
Get the value of the holdee object.