clear

abstract fun clear(callCallbacks: Boolean = false)

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

Parameters

callCallbacks

Whether to call the callback on each element.