跳到主要内容

remove

删除并返回指定位置的数据,时间复杂度为O(log N)

声明

mixed remove(PriorityQueue self, int pos)

参数

参数名描述
self
pos

返回值

使用方式

返回文档