(CardCloneStates states, final long timestamp)
| 4293 | } |
| 4294 | |
| 4295 | public final void addCloneState(CardCloneStates states, final long timestamp) { |
| 4296 | clonedStates.put(timestamp, states); |
| 4297 | updateCloneState(true); |
| 4298 | updateWorldTimestamp(timestamp); |
| 4299 | } |
| 4300 | |
| 4301 | public final boolean removeCloneState(final long timestamp) { |
| 4302 | if (clonedStates.remove(timestamp) != null) { |
no test coverage detected