Class IndexPair

  • Direct Known Subclasses:
    AligMatEl

    public class IndexPair
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexPair()  
      IndexPair​(short row, short col)  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IndexPair

        public IndexPair()
      • IndexPair

        public IndexPair​(short row,
                         short col)
    • Method Detail

      • getCol

        public short getCol()
      • setCol

        public void setCol​(short col)
      • getRow

        public short getRow()
      • setRow

        public void setRow​(short row)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object