public class Decrement extends MathOperationIntegerUnary
| Constructor and Description |
|---|
Decrement() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
calculate(List<Integer> list)
Decrements the values in the list.
|
List<Integer> |
calculate(List<Integer> list,
int begin,
int length)
Decrements the values in the list between the indices.
|
Copyright © 2017. All rights reserved.