(final Card c)
| 1384 | return pairedWith; |
| 1385 | } |
| 1386 | public final void setPairedWith(final Card c) { |
| 1387 | pairedWith = view.setCard(pairedWith, c, TrackableProperty.PairedWith); |
| 1388 | } |
| 1389 | public final boolean isPaired() { |
| 1390 | return pairedWith != null; |
| 1391 | } |
no test coverage detected