PiData.Type| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
static PiTuple | 
of(List<PiData> tuple)
Returns a new protocol-independent tuple. 
 | 
String | 
toString()  | 
List<PiData> | 
tuple()
Return protocol-independent tuple instance. 
 | 
PiData.Type | 
type()
Returns the type of this protocol-independent data. 
 | 
public static PiTuple of(List<PiData> tuple)
tuple - the list of PiDatapublic List<PiData> tuple()
public PiData.Type type()
PiData