public class SocketThreadSet extends SDMSet<SocketThread>
| Modifier and Type | Field and Description |
|---|---|
static SocketThreadSet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
SocketThreadSet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectSet |
getDefaultTargetThread() |
java.lang.String |
getEntryType() |
SDMLibJsonIdMapSet |
getIdMap() |
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, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, toString, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final SocketThreadSet EMPTY_SET
public SocketThreadPO hasSocketThreadPO()
public java.lang.String getEntryType()
public SocketThreadSet with(java.lang.Object value)
public SocketThreadSet without(SocketThread value)
public 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 ObjectSet getDefaultTargetThread()
public SocketThreadSet hasDefaultTargetThread(java.lang.Object value)
public SocketThreadSet withDefaultTargetThread(java.lang.Object value)