removeCollection

removeCollection(dict: Dictionary)

The removeCollection method of the MergeIterator class removes the dictionary specified by the dict parameter from the array of dictionaries associated with the iterator.

An exception is raised if you attempt to remove a dictionary that is not attached to the iterator and therefore is not part of the merged iterator view.