equip.mope
Class BoxedShortImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.mope.BoxedShort
                    |
                    +--equip.mope.BoxedShortImpl
All Implemented Interfaces:
java.lang.Cloneable

public class BoxedShortImpl
extends BoxedShort


Field Summary
 
Fields inherited from class equip.mope.BoxedShort
value
 
Constructor Summary
BoxedShortImpl()
           
 
Methods inherited from class equip.mope.BoxedShort
_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

BoxedShortImpl

public BoxedShortImpl()