48495051525354
} public void saveMatch(int leftTableIndex, int rightTableIndex, double score) { if (!theTablesMatch(score)) return; tableMatches.add(new MatchedPair(leftTableIndex, rightTableIndex, score)); }