removeItem

abstract fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed