Adds the specified amount to the current value. @param amount the amount to add
(int amount)
| 44 | * @param amount the amount to add |
| 45 | */ |
| 46 | void add(int amount); |
| 47 | |
| 48 | /** |
| 49 | * Removes the specified amount from the current value. |
no outgoing calls
no test coverage detected