| Modifier and Type | Field and Description |
|---|---|
static TaskSet |
EMPTY_SET |
| Constructor and Description |
|---|
TaskSet() |
TaskSet(java.util.Collection<Task> objects) |
TaskSet(Task... objects) |
| Modifier and Type | Method and Description |
|---|---|
TaskPO |
filterTaskPO() |
java.lang.String |
getEntryType() |
LogEntrySet |
getLogEntries() |
TaskSet |
hasLogEntries(java.lang.Object value) |
TaskPO |
hasTaskPO() |
TaskSet |
with(java.lang.Object value) |
TaskSet |
withLogEntries(LogEntry value) |
TaskSet |
without(Task value) |
TaskSet |
withoutLogEntries(LogEntry value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final TaskSet EMPTY_SET
public TaskSet()
public TaskSet(Task... objects)
public TaskSet(java.util.Collection<Task> objects)
public TaskPO hasTaskPO()
public TaskSet with(java.lang.Object value)
public LogEntrySet getLogEntries()
public TaskSet hasLogEntries(java.lang.Object value)
public TaskPO filterTaskPO()
public java.lang.String getEntryType()