public class SocketThreadSet extends de.uniks.networkparser.list.SimpleSet<SocketThread>
| Modifier and Type | Field and Description |
|---|---|
static SocketThreadSet |
EMPTY_SET |
| Constructor and Description |
|---|
SocketThreadSet() |
SocketThreadSet(java.util.Collection<SocketThread> objects) |
SocketThreadSet(SocketThread... objects) |
| Modifier and Type | Method and Description |
|---|---|
SocketThreadSet |
filterDefaultTargetThread(java.lang.Object value)
Loop through the current set of SocketThread objects and collect those SocketThread objects where the defaultTargetThread attribute matches the parameter value.
|
SocketThreadSet |
filterIdMap(SDMLibJsonIdMap value)
Loop through the current set of SocketThread objects and collect those SocketThread objects where the idMap attribute matches the parameter value.
|
SocketThreadSet |
filterIp(java.lang.String value)
Loop through the current set of SocketThread objects and collect those SocketThread objects where the ip attribute matches the parameter value.
|
SocketThreadSet |
filterIp(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SocketThread objects and collect those SocketThread objects where the ip attribute is between lower and upper.
|
SocketThreadSet |
filterPort(int value)
Loop through the current set of SocketThread objects and collect those SocketThread objects where the port attribute matches the parameter value.
|
SocketThreadSet |
filterPort(int lower,
int upper)
Loop through the current set of SocketThread objects and collect those SocketThread objects where the port attribute is between lower and upper.
|
SocketThreadPO |
filterSocketThreadPO() |
de.uniks.networkparser.list.ObjectSet |
getDefaultTargetThread() |
java.lang.String |
getEntryType() |
SDMLibJsonIdMapSet |
getIdMap() |
de.uniks.networkparser.list.StringList |
getIp() |
intList |
getPort() |
SocketThreadSet |
hasDefaultTargetThread(java.lang.Object value) |
SocketThreadSet |
hasIdMap(SDMLibJsonIdMap value) |
SocketThreadSet |
hasIp(java.lang.String value) |
SocketThreadSet |
hasIp(java.lang.String lower,
java.lang.String upper) |
SocketThreadSet |
hasPort(int value) |
SocketThreadSet |
hasPort(int lower,
int upper) |
SocketThreadPO |
hasSocketThreadPO() |
SocketThreadSet |
with(java.lang.Object value) |
SocketThreadSet |
withDefaultTargetThread(java.lang.Object value) |
SocketThreadSet |
withIdMap(SDMLibJsonIdMap value) |
SocketThreadSet |
withIp(java.lang.String value) |
SocketThreadSet |
without(SocketThread value) |
SocketThreadSet |
withPort(int 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, notify, notifyAll, wait, wait, waitpublic static final SocketThreadSet EMPTY_SET
public SocketThreadSet()
public SocketThreadSet(SocketThread... objects)
public SocketThreadSet(java.util.Collection<SocketThread> objects)
public SocketThreadPO hasSocketThreadPO()
public SocketThreadSet with(java.lang.Object value)
public SocketThreadSet without(SocketThread value)
public de.uniks.networkparser.list.StringList getIp()
public SocketThreadSet hasIp(java.lang.String value)
public SocketThreadSet hasIp(java.lang.String lower, java.lang.String upper)
public SocketThreadSet withIp(java.lang.String value)
public intList getPort()
public SocketThreadSet hasPort(int value)
public SocketThreadSet hasPort(int lower, int upper)
public SocketThreadSet withPort(int value)
public SDMLibJsonIdMapSet getIdMap()
public SocketThreadSet hasIdMap(SDMLibJsonIdMap value)
public SocketThreadSet withIdMap(SDMLibJsonIdMap value)
public de.uniks.networkparser.list.ObjectSet getDefaultTargetThread()
public SocketThreadSet hasDefaultTargetThread(java.lang.Object value)
public SocketThreadSet withDefaultTargetThread(java.lang.Object value)
public SocketThreadPO filterSocketThreadPO()
public java.lang.String getEntryType()
public SocketThreadSet filterIp(java.lang.String value)
value - Search valuepublic SocketThreadSet filterIp(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SocketThreadSet filterPort(int value)
value - Search valuepublic SocketThreadSet filterPort(int lower, int upper)
lower - Lower boundupper - Upper boundpublic SocketThreadSet filterIdMap(SDMLibJsonIdMap value)
value - Search valuepublic SocketThreadSet filterDefaultTargetThread(java.lang.Object value)
value - Search value