Class KeyedInputPair

  • All Implemented Interfaces:
    java.lang.Comparable<InputPair>

    public class KeyedInputPair
    extends InputPair
    An extension of InputPair that provides an integer pair key.
    See Also:
    InputPair, CsvPairInput
    • Field Detail

      • key

        public int key
        Unique key for this pair
    • Constructor Detail

      • KeyedInputPair

        public KeyedInputPair()
    • Method Detail

      • toString

        public java.lang.String toString()
        Beware overriding this, as it is used in building exception descriptions.
        Overrides:
        toString in class InputPair