Class ArgUtils
- java.lang.Object
-
- org.apache.commons.math3.exception.util.ArgUtils
-
public class ArgUtils extends java.lang.Object
Utility class for transforming the list of arguments passed to constructors of exceptions.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ArgUtils()
Class contains only static methods.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[]
flatten(java.lang.Object[] array)
Transform a multidimensional array into a one-dimensional list.
-