T1 - type of first objectT2 - type of second objectT3 - type of third objectpublic class Triple<T1,T2,T3> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Triple.Serializable<T1 extends Serializable,T2 extends Serializable,T3 extends Serializable>
Serializable Triple.
|
| Modifier and Type | Field and Description |
|---|---|
protected T1 |
value1 |
protected T2 |
value2 |
protected T3 |
value3 |
| Constructor and Description |
|---|
Triple()
Constructor with null values.
|
Triple(T1 value1,
T2 value2,
T3 value3)
Constructor.
|
Copyright © 2019. All rights reserved.