StreamTuple(Object[] dataArray) constructor
Format
public StreamTuple(Object[] dataArray)
Explanation
Generates a new StreamTuple class instance (StreamTuple type object) in the data object array specified in the parameter.
Parameters
dataArray
Specifies a data object array that will contain the tuple. Specify data in the Java data type.
Exceptions
The following table shows the exception and the condition for its generation.
Exception | Generation condition |
---|---|
NullPointerException | null is specified for the parameter. |