Class ArgUtils
java.lang.Object
org.apache.commons.math.exception.util.ArgUtils
Utility class for transforming the list of arguments passed to
constructors of exceptions.
- Since:
- 2.2
-
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
Object
instances contained inarray
.
-