public class Trio<A,B,C>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected A |
first
The first element of the trio.
|
protected B |
second
The second element of the trio.
|
protected C |
third
The third element of the trio.
|
Modifier and Type | Method and Description |
---|---|
A |
getFirst() |
B |
getSecond() |
C |
getThird() |