TapTriplet ========== .. java:package:: fr.inria.tapenade.utils :noindex: .. java:type:: public final class TapTriplet Triplet of Objects. Fields ------ first ^^^^^ .. java:field:: public F first :outertype: TapTriplet The first object in the triplet. second ^^^^^^ .. java:field:: public S second :outertype: TapTriplet The second object in the triplet. third ^^^^^ .. java:field:: public T third :outertype: TapTriplet The third object in the triplet. Constructors ------------ TapTriplet ^^^^^^^^^^ .. java:constructor:: public TapTriplet(F first, S second, T third) :outertype: TapTriplet Create a triplet containing "first", "second", and "third". Methods ------- toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: TapTriplet