Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-common-collection
/
love.forte.simbot.common.collection
/
ConcurrentQueue
/
iterator
iterator
abstract
operator override
fun
iterator
(
)
:
Iterator
<
T
>
(
source
)
返回用于遍历此对象元素的迭代器。 此迭代器应当可以安全的在遍历途中对队列本体内元素进行修改, 但是不确保此迭代器可以看见这些变更(例如迭代器实际上为一个副本)。
Return
允许遍历此对象元素的迭代器对象。