Class IndexPair
- java.lang.Object
-
- org.biojava.bio.structure.align.helper.IndexPair
-
- Direct Known Subclasses:
AligMatEl
public class IndexPair extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getCol()
short
getRow()
void
setCol(short col)
void
setRow(short row)
java.lang.String
toString()
-