Class IndexPair

java.lang.Object
org.biojava.nbio.structure.align.helper.IndexPair
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AligMatEl

public class IndexPair extends Object implements Serializable
See Also:
  • Constructor Details

    • IndexPair

      public IndexPair()
    • IndexPair

      public IndexPair(short row, short col)
  • Method Details

    • getCol

      public short getCol()
    • setCol

      public void setCol(short col)
    • getRow

      public short getRow()
    • setRow

      public void setRow(short row)
    • toString

      public String toString()
      Overrides:
      toString in class Object