public class UInt16PrimitiveVector extends Int16PrimitiveVector
PrimitiveVector, 
Serialized FormDAPNode.CloneMap_nameClear, _nameEncoded, log| Constructor and Description | 
|---|
| UInt16PrimitiveVector(BaseType var)Constructs a new  UInt16PrimitiveVector. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | printSingleVal(java.io.PrintWriter os,
              int index)Prints the value of a single variable in this vector. | 
| void | printVal(java.io.PrintWriter os,
        java.lang.String space)Prints the value of all variables in this vector. | 
cloneDAG, deserialize, externalize, externalize, getInternalStorage, getLength, getValue, printVal, setInternalStorage, setLength, setValue, subsetgetTemplate, getTypeName, printDecl, printDeclclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setClearName, setEncodedName, setParent, setProject, setProject, setProjectedpublic UInt16PrimitiveVector(BaseType var)
UInt16PrimitiveVector.public void printVal(java.io.PrintWriter os,
                     java.lang.String space)
printVal in class Int16PrimitiveVectoros - the PrintWriter on which to print the value.space - this value is passed to the printDecl method,
        and controls the leading spaces of the output.BaseType.printVal(PrintWriter, String, boolean)public void printSingleVal(java.io.PrintWriter os,
                           int index)
DArray's printVal method.printSingleVal in class Int16PrimitiveVectoros - the PrintWriter on which to print the value.index - the index of the variable to print.DArray.printVal(PrintWriter, String, boolean)