public class SynchronizedThread
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
ArrayListContainer |
threadhuman |
| Constructor and Description |
|---|
SynchronizedThread(int threadid,
ArrayListContainer threadhuman) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDone() |
void |
run() |
public ArrayListContainer threadhuman
public SynchronizedThread(int threadid,
ArrayListContainer threadhuman)