Class ArgUtils
java.lang.Object
org.apache.commons.math3.exception.util.ArgUtils
Utility class for transforming the list of arguments passed to
constructors of exceptions.
-
Method Summary
-
Method Details
-
flatten
Transform a multidimensional array into a one-dimensional list.- Parameters:
array- Array (possibly multidimensional).- Returns:
- a list of all the
Objectinstances contained inarray.
-