public class OldCorrelationKey
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
OldCorrelationKey(int csetId,
java.lang.String[] keyValues)
Constructor.
|
OldCorrelationKey(java.lang.String canonicalForm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Equals comperator method.
|
int |
getCSetId()
Return the OCorrelation id for the correlation set
|
java.lang.String[] |
getValues()
Return the values for the correlation set
|
int |
hashCode()
Generate a hash code from the hash codes of the elements.
|
boolean |
isMatch(OldCorrelationKey[] keys)
Check if this key matches any member in a set of keys.
|
java.util.List<java.lang.String> |
toCanonicalList() |
java.lang.String |
toCanonicalString() |
java.lang.String |
toString() |
public OldCorrelationKey(int csetId,
java.lang.String[] keyValues)
csetId - correlation set identifierkeyValues - correlation key valuespublic OldCorrelationKey(java.lang.String canonicalForm)
public int getCSetId()
public java.lang.String[] getValues()
public boolean isMatch(OldCorrelationKey[] keys)
keys - set of keys to match againsttrue if one of the keys in the set
equals(..) this key, false
otherwisepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - CorrelationKey object to compare withtrue if the given objectpublic int hashCode()
hashCode in class java.lang.ObjectAbstractMap.hashCode(),
Object.hashCode()public java.util.List<java.lang.String> toCanonicalList()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toCanonicalString()