public class SimpleThread
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<Human> |
threadhuman |
| Constructor and Description |
|---|
SimpleThread(int threadid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDone() |
void |
run() |
public java.util.ArrayList<Human> threadhuman