decrement
Decrements the value of the variable by the amount supplied. Throws an IllegalArgumentException if the value is negative.
Parameters
decrease
The amount to decrease by. Must be non-negative.
Decrements the value of the variable by the amount supplied. Throws an IllegalArgumentException if the value is negative.
The amount to decrease by. Must be non-negative.