public class AbstractArrayList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasChecked
A check point.
|
| Constructor and Description |
|---|
AbstractArrayList(java.util.ArrayList taskList,
int depth)
Initialize AbstractArrayList
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList |
getArrayList()
Gets the task list
|
int |
getDepth()
Gets the depth of these tasks
|