addItems

abstract fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

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

Parameters

items

the items to be added