![]() |
Uni App
HOU - Computer Science - 2024-2025
|


Public Member Functions | |
| StatisticsModel () | |
| List< University > | getUniversities () |
| int | getRowCount () |
| int | getColumnCount () |
| Object | getValueAt (int rowIndex, int columnIndex) |
| String | getColumnName (int column) |
Model part of the Statistics MVC
| model.StatisticsModel.StatisticsModel | ( | ) |

| int model.StatisticsModel.getColumnCount | ( | ) |
| String model.StatisticsModel.getColumnName | ( | int | column | ) |
| int model.StatisticsModel.getRowCount | ( | ) |
| List< University > model.StatisticsModel.getUniversities | ( | ) |
Returns the list holding the top 10 universities
| Object model.StatisticsModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex ) |
