| Package | Description |
|---|---|
| com.nwawsoft.util.datastructures |
| Modifier and Type | Method and Description |
|---|---|
static int |
IntList.addValues(IntList ints)
Sums up all values of an IntList and returns the result.
|
static int |
IntList.multiplyValues(IntList ints)
Multiplies all values of an IntList and returns the result.
|