Interface PairMaker<T1,T2,T3>


public interface PairMaker<T1,T2,T3>
PairMaker.java Tranforms a source element (of third type) into a Pair<type1, type2>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    makePair(T3 source)
     
  • Method Details