equip.data
Class DoubleArrayBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.DoubleArrayBox
              extended byequip.data.DoubleArrayBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class DoubleArrayBoxImpl
extends DoubleArrayBox

Implementation of IDL'd abstract class DoubleArrayBox


Field Summary
 
Fields inherited from class equip.data.DoubleArrayBox
value
 
Constructor Summary
DoubleArrayBoxImpl()
           
DoubleArrayBoxImpl(double[] v)
          convenience constructor - by reference, ie v is NOT copied.
 
Methods inherited from class equip.data.DoubleArrayBox
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleArrayBoxImpl

public DoubleArrayBoxImpl()

DoubleArrayBoxImpl

public DoubleArrayBoxImpl(double[] v)
convenience constructor - by reference, ie v is NOT copied. null becomes zero sized array