|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.unibe.iam.scg.archie.utils.ArrayUtils
public class ArrayUtils
Array utility class providing convenience methods for arrays.
$Id$
| Constructor Summary | |
|---|---|
ArrayUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
hasInterface(java.lang.Class<?>[] interfaces,
java.lang.Class<?> needle)
|
static boolean |
hasMethod(java.lang.reflect.Method[] methods,
java.lang.String needle)
Checks for a given method name in the array of methods. |
static boolean |
inArray(int[] array,
int needle)
|
static void |
print(int[] array)
Prints out an int array in human readable form. |
static java.lang.String |
toString(int[] array)
Generates a string representation of an int array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayUtils()
| Method Detail |
|---|
public static final void print(int[] array)
array - An int array.public static final java.lang.String toString(int[] array)
array - Array of ints.
public static final boolean inArray(int[] array,
int needle)
array - needle -
public static final boolean hasInterface(java.lang.Class<?>[] interfaces,
java.lang.Class<?> needle)
interfaces - needle -
public static boolean hasMethod(java.lang.reflect.Method[] methods,
java.lang.String needle)
methods - Array of Method objects.string - Needle, the method name to search for.
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||