| Modifier and Type | Field and Description |
|---|---|
static RowSet |
EMPTY_SET |
| Constructor and Description |
|---|
RowSet() |
RowSet(java.util.Collection<Row> objects) |
RowSet(Row... objects) |
| Modifier and Type | Method and Description |
|---|---|
RowSet |
createNumberCondition(int value)
Loop through the current set of Row objects and collect those Row objects where the number attribute matches the parameter value.
|
RowSet |
createNumberCondition(int lower,
int upper)
Loop through the current set of Row objects and collect those Row objects where the number attribute is between lower and upper.
|
RowPO |
createRowPO() |
RowSet |
filter(de.uniks.networkparser.interfaces.Condition<Row> condition) |
RowSet |
filterCells(java.lang.Object value)
Loop through the current set of Row objects and collect all contained objects with reference cells pointing to the object passed as parameter.
|
RowSet |
filterNumber(int value)
Loop through the current set of Row objects and collect those Row objects where the number attribute matches the parameter value.
|
RowSet |
filterNumber(int lower,
int upper)
Loop through the current set of Row objects and collect those Row objects where the number attribute is between lower and upper.
|
RowSet |
filterTable(java.lang.Object value)
Loop through the current set of Row objects and collect all contained objects with reference table pointing to the object passed as parameter.
|
CellSet |
getCells()
Loop through the current set of Row objects and collect a set of the Cell objects reached via cells.
|
java.lang.String |
getEntryType() |
RowSet |
getNewList(boolean keyValue) |
intList |
getNumber()
Loop through the current set of Row objects and collect a list of the number attribute values.
|
TableSet |
getTable()
Loop through the current set of Row objects and collect a set of the Table objects reached via table.
|
RowSet |
with(java.lang.Object value) |
RowSet |
withCells(Cell value)
Loop through current set of ModelType objects and attach the Row object passed as parameter to the Cells attribute of each of it.
|
RowSet |
withNumber(int value)
Loop through the current set of Row objects and assign value to the number attribute of each of it.
|
RowSet |
without(Row value) |
RowSet |
withoutCells(Cell value)
Loop through current set of ModelType objects and remove the Row object passed as parameter from the Cells attribute of each of it.
|
RowSet |
withTable(Table value)
Loop through current set of ModelType objects and attach the Row object passed as parameter to the Table attribute of each of it.
|
instanceOfadd, add, addAll, addAll, clone, fireProperty, 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 RowSet EMPTY_SET
public RowSet()
public RowSet(Row... objects)
public RowSet(java.util.Collection<Row> objects)
public RowPO createRowPO()
public java.lang.String getEntryType()
public RowSet with(java.lang.Object value)
public intList getNumber()
public RowSet createNumberCondition(int value)
value - Search valuepublic RowSet createNumberCondition(int lower, int upper)
lower - Lower boundupper - Upper boundpublic RowSet withNumber(int value)
value - New attribute valuepublic TableSet getTable()
public RowSet filterTable(java.lang.Object value)
value - The object required as table neighbor of the collected results.public RowSet withTable(Table value)
value - add Tablepublic CellSet getCells()
public RowSet filterCells(java.lang.Object value)
value - The object required as cells neighbor of the collected results.public RowSet withCells(Cell value)
value - add Rowpublic RowSet withoutCells(Cell value)
value - remove Cellpublic RowSet getNewList(boolean keyValue)
getNewList in interface de.uniks.networkparser.interfaces.BaseItemgetNewList in class SDMSet<Row>public RowSet filter(de.uniks.networkparser.interfaces.Condition<Row> condition)
filter in class de.uniks.networkparser.list.SimpleSet<Row>public RowSet filterNumber(int value)
value - Search valuepublic RowSet filterNumber(int lower, int upper)
lower - Lower boundupper - Upper bound