Class TestThread

java.lang.Object
  |
  +--TestThread
All Implemented Interfaces:
java.lang.Runnable

public class TestThread
extends java.lang.Object
implements java.lang.Runnable

Program to test the implementation of the ConcurrentList data structure.

Version:
0.1, 05/19/03
Author:
Arno Formella and José B. González López

Field Summary
static ConcurrentList concurrentList
           
(package private)  java.lang.String name
           
(package private) static int PR_SIZE
           
private  ConcurrentItem[] privateList
           
 
Constructor Summary
(package private) TestThread(java.lang.String n)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PR_SIZE

static final int PR_SIZE
See Also:
Constant Field Values

concurrentList

public static ConcurrentList concurrentList

privateList

private ConcurrentItem[] privateList

name

java.lang.String name
Constructor Detail

TestThread

TestThread(java.lang.String n)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)