Package at.gv.egovernment.moaspss.util
Class CollectionUtils
java.lang.Object
at.gv.egovernment.moaspss.util.CollectionUtils
Various utility methods for dealing with
java.util.Collection
classes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]toIntArray(List nums) Convert aListofNumberobjects to anintarray.
-
Constructor Details
-
CollectionUtils
public CollectionUtils()
-
-
Method Details
-
toIntArray
Convert aListofNumberobjects to anintarray.- Parameters:
nums- TheListcontaining the numbers whose integer value to put into the result.- Returns:
- The
intvalues of theNumbers contained innums.
-