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