public class HomeHealthUtils
extends java.lang.Object
| Constructor and Description |
|---|
HomeHealthUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
sumIntArray(int[] array)
Given an array of ints, sums their values and returns that sum.
|