()
| 1423 | } |
| 1424 | |
| 1425 | public final CardCollectionView getMergedCards() { |
| 1426 | return CardCollection.getView(mergedCards); |
| 1427 | } |
| 1428 | public final void setMergedCards(Iterable<Card> mc) { |
| 1429 | mergedCards = new CardCollection(mc); |
| 1430 | } |
no test coverage detected