-
-
Clears this list.
-
-
Verifies whether the given item is included
in the list.
Name |
Type |
Description |
_item |
AttributeValue
|
AttributeValue 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 AttributeValueList with
this instance.
Name |
Type |
Description |
_list |
AttributeValueList
|
AttributeValueList 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.
-
-
Returns only this values that matches to the
given type.
Name |
Type |
Description |
_attributeTypeList |
AttributeTypeList
|
Array
|
AttributeTypes that should be returned. |
-
-
Returns a subset without the given types.
Name |
Type |
Description |
_attributeTypeList |
AttributeTypeList
|
Array
|
AttributeTypes that should not be included |
-
-
Verifies whether the list is empty.
-
-
Add the specified item to this itemList.
-
putAll(_attributeValueList)
-
Adds all items in the specified list to this.
itemList
-
-
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 |
_attributeValueList |
AttributeValueListst
|
Array
|
AttributeValueList |