nog
Class Thread1

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--nog.Thread1
All Implemented Interfaces:
java.lang.Runnable

public class Thread1
extends java.lang.Thread

A thread which calculates the country statistics.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Thread1(Participants p)
          Constructor of the thread.
 
Method Summary
 void run()
          Runs this thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Thread1

public Thread1(Participants p)
Constructor of the thread.
Parameters:
p - the Participants to calculate statistics over.
Method Detail

run

public void run()
Runs this thread.
Overrides:
run in class java.lang.Thread