- Type Parameters:
F - type of the first element
S - type of the second element
T - type of the third element
@Public
public final class Triplet<F,S,T>
extends Object
A triplet consisting of three elements - first, second & third.
This class provides immutable access to elements of the triplet.