removeItems

open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed