You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attualmente i metodi getRow()/getCol() ritornano il numero di righe/colonne(e non le righe/colonne stesse): propongo di cambiare il nome in rowCount()/colCount().
The text was updated successfully, but these errors were encountered:
In C++ ci può stare, in Java darei getRows() e getCols()/getColumns().
I getter in Java sono molto importanti per convenzione, e sono effettivamente i get di campi dato privati (nel nostro caso dei campi rows e cols).
Attualmente i metodi
getRow()
/getCol()
ritornano il numero di righe/colonne(e non le righe/colonne stesse): propongo di cambiare il nome inrowCount()
/colCount()
.The text was updated successfully, but these errors were encountered: