clear

open override fun clear(callCallbacks: Boolean)

Removes all the elements from the collection, possibly calling the callback on each element.

Parameters

callCallbacks

Whether to call the callback on each element.