-
-
Clears this list.
-
-
Verifies whether the given item is included
in this list.
Name |
Type |
Description |
_item |
Condition
|
Condition that should be verified. |
-
-
Verifies whether an item exists for the specified key.
Name |
Type |
Description |
_key |
string
|
Key that should be verified. |
-
-
Compare the specified AttributeTypeList with this instance.
Name |
Type |
Description |
_list |
ConditionList
|
ConditionList that should be compared. |
-
-
Returns the item for the specified key.
Name |
Type |
Description |
_key |
string
|
key that should be searched for |
-
-
Returns all items.
-
-
Returns the keys of all items.
-
-
Verifies whether the list is empty.
-
-
Adds the specified item to the item list.
Name |
Type |
Description |
_condition |
Condition
|
Condition |
-
-
Adds all items in the specified list to the
item list.
Name |
Type |
Description |
_conditionList |
ConditioneList
|
Array
|
ConditionList |
-
-
Removes the item from this list for the specified key.
Name |
Type |
Description |
_key |
string
|
key that should be searched for |
-
-
Returns the number of items that are included.
-
-
Builder for item list.
Name |
Type |
Description |
_conditionList |
ConditionList
|
Array
|
ConditionList |