rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util.collections
/
QueueImpl
Queue
Impl
class
QueueImpl
<
E
>
Two stacks based queue
Members
Constructors
Queue
Impl
Link copied to clipboard
constructor
(
)
Functions
clear
Link copied to clipboard
fun
clear
(
)
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
offer
Link copied to clipboard
fun
offer
(
element
:
E
)
:
Boolean
peek
Link copied to clipboard
fun
peek
(
)
:
E
?
poll
Link copied to clipboard
fun
poll
(
)
:
E
?