java.io.Serializablepublic class Struct4<T1,T2,T3,T4>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
T1 |
value1 |
the first value.
|
T2 |
value2 |
the second value.
|
T3 |
value3 |
the third value.
|
T4 |
value4 |
the fourth value.
|
| Constructor | Description |
|---|---|
Struct4(T1 value1,
T2 value2,
T3 value3,
T4 value4) |
Initializes the container.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
Simple string representation.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.