add

abstract fun add(priority: Int, value: T)(source)

将具有指定优先级的元素添加到集合中。

Parameters

priority

元素的优先级

value

要添加的元素的值