|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math.exception.util.ArgUtils
public class ArgUtils
Utility class for transforming the list of arguments passed to constructors of exceptions.
| Constructor Summary | |
|---|---|
private |
ArgUtils()
Private constructor |
| Method Summary | |
|---|---|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private ArgUtils()
| Method Detail |
|---|
public static java.lang.Object[] flatten(java.lang.Object[] array)
array - Array (possibly multidimensional).
Object instances contained in
array.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||