public class RemoteTaskBoardSet extends de.uniks.networkparser.list.SimpleSet<RemoteTaskBoard>
| Modifier and Type | Field and Description |
|---|---|
static RemoteTaskBoardSet |
EMPTY_SET |
| Constructor and Description |
|---|
RemoteTaskBoardSet() |
RemoteTaskBoardSet(java.util.Collection<RemoteTaskBoard> objects) |
RemoteTaskBoardSet(RemoteTaskBoard... objects) |
| Modifier and Type | Method and Description |
|---|---|
RemoteTaskBoardPO |
filterRemoteTaskBoardPO() |
java.lang.String |
getEntryType() |
LaneSet |
getLanes() |
RemoteTaskBoardSet |
hasLanes(java.lang.Object value) |
RemoteTaskBoardPO |
hasRemoteTaskBoardPO() |
RemoteTaskBoardSet |
with(java.lang.Object value) |
RemoteTaskBoardSet |
withLanes(Lane value) |
RemoteTaskBoardSet |
without(RemoteTaskBoard value) |
RemoteTaskBoardSet |
withoutLanes(Lane 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 RemoteTaskBoardSet EMPTY_SET
public RemoteTaskBoardSet()
public RemoteTaskBoardSet(RemoteTaskBoard... objects)
public RemoteTaskBoardSet(java.util.Collection<RemoteTaskBoard> objects)
public RemoteTaskBoardPO hasRemoteTaskBoardPO()
public RemoteTaskBoardSet with(java.lang.Object value)
public RemoteTaskBoardSet without(RemoteTaskBoard value)
public LaneSet getLanes()
public RemoteTaskBoardSet hasLanes(java.lang.Object value)
public RemoteTaskBoardSet withLanes(Lane value)
public RemoteTaskBoardSet withoutLanes(Lane value)
public RemoteTaskBoardPO filterRemoteTaskBoardPO()
public java.lang.String getEntryType()