[ CCode ( ordering = 7 ) ]
public virtual bool retain_all (Collection<G> collection)
Removes all items in this collection that are not contained in the input collection. In other words all common items of both collections are retained in this collection.
collection |
the collection which items will be compared with this collection. |
|