Package Struct

Class Triple<A,B,C>

java.lang.Object
Struct.Triple<A,B,C>
Type Parameters:
A - the type of the first element.
B - the type of the second element.
C - the type of the third element.

public class Triple<A,B,C> extends Object
The Triple class stores three related objects of potentially different types. This is a simple generic container for three elements.
Since:
1.0
Version:
1.0
Author:
Sahasrad Chippa