- 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.
- valueAtIndex:inPropertyWithKey:
Retrieves an indexed object from the collection specified by the passed key.