Class ParameterValuePair
- java.lang.Object
-
- de.rwth.swc.coffee4j.algorithmic.util.ParameterValuePair
-
public class ParameterValuePair extends Object
Class for storing parameter-value pairs used by Interleaving CT.
-
-
Constructor Summary
Constructors Constructor Description ParameterValuePair(int parameter, int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetParameter()Gets the parameter.intgetValue()Gets the valueinthashCode()StringtoString()
-