public class SeppelChannelSet extends de.uniks.networkparser.list.SimpleSet<SeppelChannel>
| Modifier and Type | Field and Description |
|---|---|
static SeppelChannelSet |
EMPTY_SET |
| Constructor and Description |
|---|
SeppelChannelSet() |
SeppelChannelSet(java.util.Collection<SeppelChannel> objects) |
SeppelChannelSet(SeppelChannel... objects) |
| Modifier and Type | Method and Description |
|---|---|
SeppelChannelSet |
filterLoginValidated(boolean value)
Loop through the current set of SeppelChannel objects and collect those SeppelChannel objects where the loginValidated attribute matches the parameter value.
|
SeppelChannelPO |
filterSeppelChannelPO() |
SeppelChannelSet |
filterSocket(java.net.Socket value)
Loop through the current set of SeppelChannel objects and collect those SeppelChannel objects where the socket attribute matches the parameter value.
|
java.lang.String |
getEntryType() |
booleanList |
getLoginValidated() |
SeppelSpaceProxySet |
getSeppelSpaceProxy() |
SocketSet |
getSocket() |
SeppelChannelSet |
hasLoginValidated(boolean value) |
SeppelChannelPO |
hasSeppelChannelPO() |
SeppelChannelSet |
hasSeppelSpaceProxy(java.lang.Object value) |
SeppelChannelSet |
hasSocket(java.net.Socket value) |
SeppelChannelSet |
with(java.lang.Object value) |
SeppelChannelSet |
withLoginValidated(boolean value) |
SeppelChannelSet |
without(SeppelChannel value) |
SeppelChannelSet |
withSeppelSpaceProxy(SeppelSpaceProxy value) |
SeppelChannelSet |
withSocket(java.net.Socket 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 SeppelChannelSet EMPTY_SET
public SeppelChannelSet()
public SeppelChannelSet(SeppelChannel... objects)
public SeppelChannelSet(java.util.Collection<SeppelChannel> objects)
public SeppelChannelPO hasSeppelChannelPO()
public SeppelChannelSet with(java.lang.Object value)
public SeppelChannelSet without(SeppelChannel value)
public SocketSet getSocket()
public SeppelChannelSet hasSocket(java.net.Socket value)
public SeppelChannelSet withSocket(java.net.Socket value)
public booleanList getLoginValidated()
public SeppelChannelSet hasLoginValidated(boolean value)
public SeppelChannelSet withLoginValidated(boolean value)
public SeppelSpaceProxySet getSeppelSpaceProxy()
public SeppelChannelSet hasSeppelSpaceProxy(java.lang.Object value)
public SeppelChannelSet withSeppelSpaceProxy(SeppelSpaceProxy value)
public SeppelChannelPO filterSeppelChannelPO()
public java.lang.String getEntryType()
public SeppelChannelSet filterSocket(java.net.Socket value)
value - Search valuepublic SeppelChannelSet filterLoginValidated(boolean value)
value - Search value