equip.data
Class CharArrayBoxImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.CharArrayBox
              extended byequip.data.CharArrayBoxImpl
All Implemented Interfaces:
java.lang.Cloneable

public class CharArrayBoxImpl
extends CharArrayBox

Implementation of IDL'd abstract class CharArrayBox


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

CharArrayBoxImpl

public CharArrayBoxImpl()

CharArrayBoxImpl

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