예제 #1
0
 public synchronized void setDeck(DeckOfCards deck) {
   this.deck = deck.Copy();
 }
예제 #2
0
 public synchronized DeckOfCards getDeck() {
   return deck.Copy();
 }