public class UInt16PrimitiveVector extends Int16PrimitiveVector
PrimitiveVector,
Serialized Form| 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.
|
clone, deserialize, externalize, externalize, getInternalStorage, getLength, getValue, setInternalStorage, setLength, setValue, subsetgetTemplate, printDecl, printDeclpublic 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)