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, trimToSize
addAll, hashCode, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ProjectTaskList()
public ProjectTaskList(java.util.Collection<? extends ProjectTask> c)
public java.lang.String getPresentableName()
getPresentableName
in interface ProjectTask
public static ProjectTaskList asList(ProjectTask... tasks)