|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Parameter
public class Parameter
Uebergabe von Arrays an Methoden
Constructor Summary | |
---|---|
Parameter()
|
Method Summary | |
---|---|
static int[] |
kopiere(int[] a)
|
static void |
main(java.lang.String[] argv)
|
static void |
reset(int[] a)
|
static int |
summe(int[] a)
|
static void |
zeige(int[] a)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameter()
Method Detail |
---|
public static void zeige(int[] a)
public static int summe(int[] a)
public static int[] kopiere(int[] a)
public static void reset(int[] a)
public static void main(java.lang.String[] argv)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |