|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TestThread
Program to test the implementation of the ConcurrentList data structure.
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 |
static final int PR_SIZE
public static ConcurrentList concurrentList
private ConcurrentItem[] privateList
java.lang.String name
Constructor Detail |
TestThread(java.lang.String n)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |