equip.data
Class LongArrayBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.LongArrayBox
              extended byequip.data.LongArrayBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class LongArrayBoxImpl
extends LongArrayBox

Implementation of IDL'd abstract class LongArrayBox


Field Summary
 
Fields inherited from class equip.data.LongArrayBox
value
 
Constructor Summary
LongArrayBoxImpl()
           
LongArrayBoxImpl(long[] v)
          convenience constructor - by reference, ie v is NOT copied.
 
Methods inherited from class equip.data.LongArrayBox
_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

LongArrayBoxImpl

public LongArrayBoxImpl()

LongArrayBoxImpl

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