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