public static class MCDCAnalyser.Pair extends Object implements Comparable<MCDCAnalyser.Pair>
| Constructor and Description |
|---|
Pair(Comparable<?> key,
int occurences) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MCDCAnalyser.Pair o) |
Comparable<?> |
getKey() |
int |
getOccurences() |
String |
toString() |
public Pair(Comparable<?> key, int occurences)
public Comparable<?> getKey()
public int getOccurences()
public int compareTo(MCDCAnalyser.Pair o)
compareTo in interface Comparable<MCDCAnalyser.Pair>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.