Documentation of 'org.apache.commons.math3.exception.util.ArgUtils' Java class
ArgUtils
org.apache.commons.math3.exception.util

Class ArgUtils



  • public class ArgUtils
    extends java.lang.Object
    Utility class for transforming the list of arguments passed to constructors of exceptions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.Object[] flatten(java.lang.Object[] array)
      Transform a multidimensional array into a one-dimensional list.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • flatten

        public static java.lang.Object[] flatten(java.lang.Object[] array)
        Transform a multidimensional array into a one-dimensional list.
        Parameters:
        array - Array (possibly multidimensional).
        Returns:
        a list of all the Object instances contained in array.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.