ContentsIndexHome
PreviousUpNext
Tuple.Tuple Constructor

Create a Tuple with a variable number of integers and/or strings. 

 

Java
public Tuple(Object... args);
Parameters 
Description 
Object... args 
A list of integers or strings, representing either integer-valued elements or string-valued elements.