Class CMatchPairInfo<A,​M>


  • public class CMatchPairInfo<A,​M>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CMatchPairInfo​(A actual, M match, double percent)  
    • Constructor Detail

      • CMatchPairInfo

        public CMatchPairInfo​(A actual,
                              M match,
                              double percent)
    • Method Detail

      • getActual

        public A getActual()
      • getMatch

        public M getMatch()
      • getPercent

        public double getPercent()