org.apache.commons.math3.exception.util
Class ArgUtils

java.lang.Object
  extended by org.apache.commons.math3.exception.util.ArgUtils

public class ArgUtils
extends Object

Utility class for transforming the list of arguments passed to constructors of exceptions.

Version:
$Id: ArgUtils.java 3720 2012-03-16 16:34:17Z CardosoP $

Method Summary
static Object[] flatten(Object[] array)
          Transform a multidimensional array into a one-dimensional list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

flatten

public static Object[] flatten(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.


Copyright © 2017 CNES. All Rights Reserved.