Example #1
0
 public ArrayList<SimpleEntry<String, Integer>> getBoardBestTimes(int id) {
   return dataController.getBoardBestTimes(id);
 }