toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-collection
/
love.forte.simbot.common.collection
/
PriorityConcurrentQueue
/
remove
remove
abstract
fun
remove
(
priority
:
Int
,
target
:
T
)
(
source
)
根据给定的优先级和目标对象,从列表中删除指定的项。
Parameters
priority
要删除的项目的优先级。
target
从列表中删除的目标对象。
abstract
fun
remove
(
target
:
T
)
(
source
)
根据给定的目标对象,从列表中删除指定的项。
Parameters
target
从列表中删除的目标对象。