rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.collections
/
QueueImpl
Queue
Impl
class
QueueImpl
<
E
>
Content copied to clipboard
Two stacks based queue
Constructors
Functions
Constructors
Queue
Impl
Link copied to clipboard
fun
QueueImpl
(
)
Content copied to clipboard
Functions
clear
Link copied to clipboard
fun
clear
(
)
Content copied to clipboard
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
offer
Link copied to clipboard
fun
offer
(
element
:
E
)
:
Boolean
Content copied to clipboard
peek
Link copied to clipboard
fun
peek
(
)
:
E
?
Content copied to clipboard
poll
Link copied to clipboard
fun
poll
(
)
:
E
?
Content copied to clipboard