public boolean sameColumn(Space other) { return other.getColumn() == getColumn(); }
// Comparison with other spaces. public boolean sameRow(Space other) { return other.getRow() == getRow(); }