(Map<Long, CardCloneStates> val)
| 4348 | } |
| 4349 | |
| 4350 | public final void setCloneStates(Map<Long, CardCloneStates> val) { |
| 4351 | clonedStates.clear(); |
| 4352 | clonedStates.putAll(val); |
| 4353 | updateCloneState(true); |
| 4354 | } |
| 4355 | |
| 4356 | private void updateCloneState(final boolean updateView) { |
| 4357 | if (isFaceDown()) { |
nothing calls this directly
no test coverage detected