Triplet<F, S, T>  constructor 
      
      Triplet<F, S, T> (
    
    
- F first,
- S second,
- T third
Implementation
Triplet(this.first, this.second, this.third);Triplet(this.first, this.second, this.third);