func insertValue (Any, at: Int, inPropertyWithKey : String)
Inserts an object at the specified index in the collection specified by the passed key.
func removeValue (at: Int, fromPropertyWithKey : String)
Removes the object at the specified index from the collection specified by the passed key.
func replaceValue (at: Int, inPropertyWithKey : String, withValue : Any)
Replaces the object at the specified index in the collection specified by the passed key.