M N P R

M

main(String[]) - Static method in class PrinterRunnable
Test.
main(String[]) - Static method in class PrinterThread
Test, sequentiell und parallel.

N

n - Variable in class PrinterRunnable
Druckzahl.
n - Variable in class PrinterThread
Druckzahl.

P

PrinterRunnable - Class in <Unnamed>
Nebenläufiger Druck einer Zahl, als Runnable.
PrinterRunnable(int) - Constructor for class PrinterRunnable
Konstruktor, setzt Druckzahl.
PrinterThread - Class in <Unnamed>
Nebenläufiger Druck einer Zahl, als Thread.
PrinterThread(int) - Constructor for class PrinterThread
Konstruktor, setzt Druckzahl.

R

run() - Method in class PrinterRunnable
Druckt Zahl 40x, mit Druckunterbrechung.
run() - Method in class PrinterThread
Druckt Zahl 40x.

M N P R