public class Key extends java.lang.Object implements IKey, java.io.Serializable
Constructor and Description |
---|
Key(int sourceIndex,
int targetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Key t,
Key t1) |
int |
compareTo(Key t) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public Key(int sourceIndex, int targetIndex)
sourceIndex
- targetIndex
- public java.lang.String toString()
public boolean equals(java.lang.Object obj)
public int hashCode()
public int compareTo(Key t)