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