list.add |
Adds a property's value form another list-valued property. |
list.create |
Store in a property a list of strings, that are the names of described Ant resources |
list.remove |
Remove a property's value form another list-valued property. |
list.remove.all |
Remove a the elements of a collection from this collection |
list.remove.index |
Remove a property's value form another list-valued property. |
list.remove.value |
|
map.create |
Store in a property a map from object keys to sets of objects |
map.get |
Get the list value bound to a key. It could be null or a set of values |
map.put |
Bind a key to (one more) value in the string keys to sets of objects mapping |
map.remove |
Remove the key from the map. |
string.replace |
|