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