public final class ProjectTaskList extends SmartList<ProjectTask> implements ProjectTask
| Constructor and Description |
|---|
ProjectTaskList() |
ProjectTaskList(java.util.Collection<? extends ProjectTask> c) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectTaskList |
asList(ProjectTask... tasks) |
java.lang.String |
getPresentableName() |
add, add, clear, contains, equals, forEach, get, getModificationCount, indexOf, iterator, remove, set, size, sort, toArray, trimToSizeaddAll, hashCode, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic ProjectTaskList()
public ProjectTaskList(java.util.Collection<? extends ProjectTask> c)
public java.lang.String getPresentableName()
getPresentableName in interface ProjectTaskpublic static ProjectTaskList asList(ProjectTask... tasks)