Package com.tibco.patterns.grouping
Class KeyedInputPair
- java.lang.Object
-
- com.tibco.patterns.grouping.InputPair
-
- com.tibco.patterns.grouping.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 Summary
Fields Modifier and Type Field Description intkeyUnique key for this pair-
Fields inherited from class com.tibco.patterns.grouping.InputPair
record_key_1, record_key_2, score
-
-
Constructor Summary
Constructors Constructor Description KeyedInputPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Beware overriding this, as it is used in building exception descriptions.-
Methods inherited from class com.tibco.patterns.grouping.InputPair
compareTo, isSelfMatch, otherKey
-
-