- insertValue:atIndex:inPropertyWithKey:
Inserts an object at the specified index in the collection specified by the passed key.
- 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.