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 value(at: Int, inPropertyWithKey : String) -> Any?
Retrieves an indexed object from the collection specified by the passed key.