Example #1
0
 public void leaveTable(PokerTable table) {
   tables.remove(table.getTitle());
 }
Example #2
0
 public void playAtTable(PokerTable table, int seat) {
   tables.put(table.getTitle(), seat);
 }