Class ParameterValuePair


  • public class ParameterValuePair
    extends Object
    Class for storing parameter-value pairs used by Interleaving CT.
    • Constructor Detail

      • ParameterValuePair

        public ParameterValuePair​(int parameter,
                                  int value)
        Parameters:
        parameter - parameter this class represents.
        value - value this class represents for the given parameter.
    • Method Detail

      • getParameter

        public int getParameter()
        Gets the parameter.
        Returns:
        the parameter
      • getValue

        public int getValue()
        Gets the value
        Returns:
        the value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object