Index constructor

Index(
  1. int row,
  2. int column
)

Implementation

Index(int row, int column) : super(row, column);