public abstract void decrement (int steps)

Attempts to decrement the value by the given number of steps.

Parameters:
steps    The number of decrements that should be performed on the value.