F - the generic type of the 1st. value in this tuple.S - the generic type of the 2nd. value in this tuple.T - the generic type of the 3rd. value in this tuple.public class Triple<F,S,T> extends Pair<F,S>
public final T third
Copyright © 2014 AssertJ. All rights reserved.