org.schwiebert.abl4j.align
Class AllAlignment.Link
java.lang.Object
org.schwiebert.abl4j.util.Pair<Integer,Integer>
org.schwiebert.abl4j.align.AllAlignment.Link
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AllAlignment
final class AllAlignment.Link
- extends Pair<Integer,Integer>
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
AllAlignment.Link
public AllAlignment.Link(int a,
int b)
toString
public String toString()
- Overrides:
toString in class Pair<Integer,Integer>
equals
public boolean equals(Object obj)
- Description copied from class:
Pair
- Returns
true if this.first equals obj.first and
this.second equals obj.second.
- Overrides:
equals in class Pair<Integer,Integer>
compareTo
public int compareTo(AllAlignment.Link link)
© 2007 Stephan Schwiebert