- All Implemented Interfaces:
Callable<Integer>
Eine Zähl-Aufgabe mit der man Counters testen kann.
-
Constructor Summary
Constructors
Erzeugt eine Zähl-Aufgabe.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CountTask
public CountTask(Counter counter,
int counts)
Erzeugt eine Zähl-Aufgabe.
- Parameters:
counter
- zu testender Counter.
counts
- Anzahl Zähldruchläufe.
-