com.mmm.cms.util
Class HomeHealthUtils

java.lang.Object
  extended by com.mmm.cms.util.HomeHealthUtils

public class HomeHealthUtils
extends java.lang.Object

Holds general utility methods that don't need to be associated with any specific class


Constructor Summary
HomeHealthUtils()
           
 
Method Summary
static int sumIntArray(int[] array)
          Given an array of ints, sums their values and returns that sum.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeHealthUtils

public HomeHealthUtils()
Method Detail

sumIntArray

public static int sumIntArray(int[] array)
Given an array of ints, sums their values and returns that sum. The array remains unchanged

Parameters:
array -
Returns:
sum of integers