Index

A B C D E F G H I K L M N P R S T U V 
All Classes and Interfaces|All Packages

P

PAByte - Class in de.pakad.tools
Hilfsklasse zur Handhabung vorzeichenloser Byte-Werte.
PAByte(int) - Constructor for class de.pakad.tools.PAByte
Konstruktor, um aus einem int im Intervall 0..255 ein Byte zu generieren.
PAComplex - Class in de.pakad.math
Datentyp zur Abbildung komplexer Zahlen mit grundlegenden Operationen.
PAComplex(double) - Constructor for class de.pakad.math.PAComplex
Konstruktor für eine komplexe Zahl.
PAComplex(double, double) - Constructor for class de.pakad.math.PAComplex
Konstruktor für eine komplexe Zahl
pareto() - Static method in class de.pakad.statistics.Random
Zufällige Gleitkommazahl einer Standard-Pareto-Verteilung.
pareto(double) - Static method in class de.pakad.statistics.Random
Zufällige Gleitkommazahl einer Pareto-Verteilung mit Form-Parameter α.
pause(int) - Static method in class de.pakad.tools.StdGraph
Pausieren für die angegebene Anzahl von Millisekunden.
permutation(int) - Static method in class de.pakad.statistics.Random
Gleichverteilte Zufallspermutation von n Ganzzahlen.
phase() - Method in class de.pakad.math.PAComplex
Winkel/Phase, normalisiert zwischen -pi und pi.
picture(double, double, String) - Static method in class de.pakad.tools.StdGraph
Zeichnen des Bildes mit Zentrum in (x, y).
picture(double, double, String, double) - Static method in class de.pakad.tools.StdGraph
Zeichnen des Bildes mit Zentrum in (x, y), rotiert um den angegebenen Winkel.
picture(double, double, String, double, double) - Static method in class de.pakad.tools.StdGraph
Zeichnen des Bildes mit Zentrum in (x, y), skaliert auf die angegebene Größe.
picture(double, double, String, double, double, double) - Static method in class de.pakad.tools.StdGraph
Zeichnen des Bildes mit Zentrum in (x, y), skaliert auf die angegebene Größe und um den angegebenen Winkel rotiert.
point(double, double) - Static method in class de.pakad.tools.StdGraph
Zeichnen eines Punktes bei Koordinate (x, y).
poisson(double) - Static method in class de.pakad.statistics.Random
Zufällige Ganzzahl einer Poissonverteilung mit Mittelwert λ.
polygon(double[], double[]) - Static method in class de.pakad.tools.StdGraph
Zeichnen eines Polygons mit den Eckpunkten: (x0, y0), (x1, y1), ..., (xn–1, yn–1).
print() - Static method in class de.pakad.tools.StdErr
Standardfehlerausgabe leeren.
print() - Static method in class de.pakad.tools.StdOut
Standardausgabe leeren.
print(boolean) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Boolean-Wertes b auf der Standardfehlerausgabe.
print(boolean) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Boolean-Wertes b auf der Standardausgabe.
print(boolean[]) - Static method in class de.pakad.tools.Array
Ausgabe eines int-Vektors auf der Standardausgabe.
print(boolean[][]) - Static method in class de.pakad.tools.Array
Ausgabe einer int-Matrix auf der Standardausgabe.
print(byte) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Byte-Wertes b auf der Standardfehlerausgabe.
print(byte) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Byte-Wertes b auf der Standardausgabe.
print(char) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Zeichens c auf der Standardfehlerausgabe.
print(char) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Zeichens c auf der Standardausgabe.
print(char[]) - Static method in class de.pakad.tools.StdErr
Ausgabe des Zeichenfeldes ca auf der Standardfehlerausgabe.
print(char[]) - Static method in class de.pakad.tools.StdOut
Ausgabe des Zeichenfeldes ca auf der Standardausgabe.
print(double) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Double-Wertes d auf der Standardfehlerausgabe.
print(double) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Double-Wertes d auf der Standardausgabe.
print(double[]) - Static method in class de.pakad.tools.Array
Ausgabe eines double-Vektors auf der Standardausgabe.
print(double[][]) - Static method in class de.pakad.tools.Array
Ausgabe einer double-Matrix auf der Standardausgabe.
print(float) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Float-Wertes f auf der Standardfehlerausgabe.
print(float) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Float-Wertes f auf der Standardausgabe.
print(int) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Int-Wertes i auf der Standardfehlerausgabe.
print(int) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Int-Wertes i auf der Standardausgabe.
print(int[]) - Static method in class de.pakad.tools.Array
Ausgabe eines int-Vektors auf der Standardausgabe.
print(int[][]) - Static method in class de.pakad.tools.Array
Ausgabe einer int-Matrix auf der Standardausgabe.
print(long) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Long-Wertes l auf der Standardfehlerausgabe.
print(long) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Long-Wertes l auf der Standardausgabe.
print(short) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Short-Wertes s auf der Standardfehlerausgabe.
print(short) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Short-Wertes s auf der Standardausgabe.
print(Object) - Static method in class de.pakad.tools.StdErr
Ausgabe des Objektes obj auf der Standardfehlerausgabe.
print(Object) - Static method in class de.pakad.tools.StdOut
Ausgabe des Objektes obj auf der Standardausgabe.
printf(String, Object...) - Static method in class de.pakad.tools.StdErr
Ausgabe einer formatierten Zeichenkette auf der Standardfehlerausgabe, deren Format durch format festgelegt wird.
printf(String, Object...) - Static method in class de.pakad.tools.StdOut
Ausgabe einer formatierten Zeichenkette auf der Standardausgabe, deren Format durch format festgelegt wird.
printf(Locale, String, Object...) - Static method in class de.pakad.tools.StdErr
Ausgabe einer formatierten Zeichenkette auf der Standardfehlerausgabe, unter Verwendung des übergebenenen Gebietsschemas und dem durch format festgelegten Formats.
printf(Locale, String, Object...) - Static method in class de.pakad.tools.StdOut
Ausgabe einer formatierten Zeichenkette auf der Standardausgabe, unter Verwendung des übergebenenen Gebietsschemas und dem durch format festgelegten Formats.
println() - Static method in class de.pakad.tools.StdErr
Ausgabe eines Zeilenumbruchs auf der Standardfehlerausgabe.
println() - Static method in class de.pakad.tools.StdOut
Ausgabe eines Zeilenumbruchs auf der Standardausgabe.
println(boolean) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Boolean-Wertes b auf der Standardfehlerausgabe.
println(boolean) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Boolean-Wertes b auf der Standardausgabe.
println(byte) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Byte-Wertes b auf der Standardfehlerausgabe.
println(byte) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Byte-Wertes b auf der Standardausgabe.
println(char) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Zeichens c auf der Standardfehlerausgabe.
println(char) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Zeichens c auf der Standardausgabe.
println(char[]) - Static method in class de.pakad.tools.StdErr
Ausgabe des Zeichenfeldes ca auf der Standardfehlerausgabe.
println(char[]) - Static method in class de.pakad.tools.StdOut
Ausgabe des Zeichenfeldes ca auf der Standardausgabe.
println(double) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Double-Wertes d auf der Standardfehlerausgabe.
println(double) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Double-Wertes d auf der Standardausgabe.
println(float) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Float-Wertes f auf der Standardfehlerausgabe.
println(float) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Float-Wertes f auf der Standardausgabe.
println(int) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Int-Wertes i auf der Standardfehlerausgabe.
println(int) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Int-Wertes i auf der Standardausgabe.
println(long) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Long-Wertes l auf der Standardfehlerausgabe.
println(long) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Long-Wertes l auf der Standardausgabe.
println(short) - Static method in class de.pakad.tools.StdErr
Ausgabe eines Short-Wertes s auf der Standardfehlerausgabe.
println(short) - Static method in class de.pakad.tools.StdOut
Ausgabe eines Short-Wertes s auf der Standardausgabe.
println(Object) - Static method in class de.pakad.tools.StdErr
Ausgabe des Objektes obj auf der Standardfehlerausgabe.
println(Object) - Static method in class de.pakad.tools.StdOut
Ausgabe des Objektes obj auf der Standardausgabe.
A B C D E F G H I K L M N P R S T U V 
All Classes and Interfaces|All Packages