Class CellRangeAddress


  • public final class CellRangeAddress
    extends Object
    • Constructor Detail

      • CellRangeAddress

        public CellRangeAddress​(int firstRow,
                                int lastRow,
                                int firstCol,
                                int lastCol)
    • Method Detail

      • getFirstColumn

        public int getFirstColumn()
      • getFirstRow

        public int getFirstRow()
      • getLastColumn

        public int getLastColumn()
      • getLastRow

        public int getLastRow()
      • isInRange

        public boolean isInRange​(int row,
                                 int column)
      • isInRange

        public boolean isInRange​(CellAddress cell)
      • containsRow

        public boolean containsRow​(int row)
      • containsColumn

        public boolean containsColumn​(int column)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object