()
| 4335 | } |
| 4336 | |
| 4337 | public final boolean removeCloneStates() { |
| 4338 | if (clonedStates.isEmpty()) { |
| 4339 | return false; |
| 4340 | } |
| 4341 | clonedStates.clear(); |
| 4342 | updateCloneState(false); |
| 4343 | return true; |
| 4344 | } |
| 4345 | |
| 4346 | public final Map<Long, CardCloneStates> getCloneStates() { |
| 4347 | return clonedStates; |
no test coverage detected