A - type of value 1B - type of value 2C - type of value 3public class Triple<A,B,C> extends Pair<A,B>
| Constructor and Description |
|---|
Triple(A _1,
B _2,
C _3)
Construct a triple with three values.
|
| Modifier and Type | Method and Description |
|---|---|
C |
_3()
Get the third value.
|