Class MCDCAnalyser.Pair
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.mcdc.MCDCAnalyser.Pair
-
- All Implemented Interfaces:
Comparable<MCDCAnalyser.Pair>
- Enclosing class:
- MCDCAnalyser
public static class MCDCAnalyser.Pair extends Object implements Comparable<MCDCAnalyser.Pair>
-
-
Constructor Summary
Constructors Constructor Description Pair(Comparable<?> key, int occurences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(MCDCAnalyser.Pair o)Comparable<?>getKey()intgetOccurences()StringtoString()
-
-
-
Constructor Detail
-
Pair
public Pair(Comparable<?> key, int occurences)
-
-
Method Detail
-
getKey
public Comparable<?> getKey()
-
getOccurences
public int getOccurences()
-
compareTo
public int compareTo(MCDCAnalyser.Pair o)
- Specified by:
compareToin interfaceComparable<MCDCAnalyser.Pair>
-
-