- removeValueAtIndex:fromPropertyWithKey:
Removes the object at the specified index from the collection specified by the passed key.
- replaceValueAtIndex:inPropertyWithKey:withValue:
Replaces the object at the specified index in the collection specified by the passed key.
- valueAtIndex:inPropertyWithKey:
Retrieves an indexed object from the collection specified by the passed key.