public class ServerSocketAcceptThreadSet extends de.uniks.networkparser.list.SimpleSet<ServerSocketAcceptThread>
| Modifier and Type | Field and Description |
|---|---|
static ServerSocketAcceptThreadSet |
EMPTY_SET |
| Constructor and Description |
|---|
ServerSocketAcceptThreadSet() |
ServerSocketAcceptThreadSet(java.util.Collection<ServerSocketAcceptThread> objects) |
ServerSocketAcceptThreadSet(ServerSocketAcceptThread... objects) |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketAcceptThreadSet |
filterPort(int value)
Loop through the current set of ServerSocketAcceptThread objects and collect those ServerSocketAcceptThread objects where the port attribute matches the parameter value.
|
ServerSocketAcceptThreadSet |
filterPort(int lower,
int upper)
Loop through the current set of ServerSocketAcceptThread objects and collect those ServerSocketAcceptThread objects where the port attribute is between lower and upper.
|
ServerSocketAcceptThreadSet |
filterReplicationNode(ReplicationNode value)
Loop through the current set of ServerSocketAcceptThread objects and collect those ServerSocketAcceptThread objects where the replicationNode attribute matches the parameter value.
|
ServerSocketAcceptThreadPO |
filterServerSocketAcceptThreadPO() |
java.lang.String |
getEntryType() |
intList |
getPort() |
ReplicationNodeSet |
getReplicationNode() |
ServerSocketAcceptThreadSet |
hasPort(int value) |
ServerSocketAcceptThreadSet |
hasPort(int lower,
int upper) |
ServerSocketAcceptThreadSet |
hasReplicationNode(ReplicationNode value) |
ServerSocketAcceptThreadPO |
hasServerSocketAcceptThreadPO() |
ServerSocketAcceptThreadSet |
with(java.lang.Object value) |
ServerSocketAcceptThreadSet |
without(ServerSocketAcceptThread value) |
ServerSocketAcceptThreadSet |
withPort(int value) |
ServerSocketAcceptThreadSet |
withReplicationNode(ReplicationNode 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, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final ServerSocketAcceptThreadSet EMPTY_SET
public ServerSocketAcceptThreadSet()
public ServerSocketAcceptThreadSet(ServerSocketAcceptThread... objects)
public ServerSocketAcceptThreadSet(java.util.Collection<ServerSocketAcceptThread> objects)
public ServerSocketAcceptThreadPO hasServerSocketAcceptThreadPO()
public ServerSocketAcceptThreadSet with(java.lang.Object value)
public ServerSocketAcceptThreadSet without(ServerSocketAcceptThread value)
public intList getPort()
public ServerSocketAcceptThreadSet hasPort(int value)
public ServerSocketAcceptThreadSet hasPort(int lower, int upper)
public ServerSocketAcceptThreadSet withPort(int value)
public ReplicationNodeSet getReplicationNode()
public ServerSocketAcceptThreadSet hasReplicationNode(ReplicationNode value)
public ServerSocketAcceptThreadSet withReplicationNode(ReplicationNode value)
public ServerSocketAcceptThreadPO filterServerSocketAcceptThreadPO()
public java.lang.String getEntryType()
public ServerSocketAcceptThreadSet filterPort(int value)
value - Search valuepublic ServerSocketAcceptThreadSet filterPort(int lower, int upper)
lower - Lower boundupper - Upper boundpublic ServerSocketAcceptThreadSet filterReplicationNode(ReplicationNode value)
value - Search value