Example #1
0
 public SimpleEntry<Integer, SimpleEntry<String, SimpleEntry<Integer, Integer>>> getFinishedMatch(
     int option) {
   return dataController.getFinishedMatch(currentUser.username, option);
 }