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