agl-processor
/
net.akehurst.language.collections
/
MutableQueue
common
Mutable
Queue
class
MutableQueue
<
T
>
Content copied to clipboard
Functions
Properties
Functions
dequeue
Link copied to clipboard
common
fun
dequeue
():
T
Content copied to clipboard
enqueue
Link copied to clipboard
common
fun
enqueue
(item:
T
)
Content copied to clipboard
peek
Link copied to clipboard
common
fun
peek
():
T
Content copied to clipboard
Properties
elements
Link copied to clipboard
common
val
elements
:
List
<
T
>
Content copied to clipboard
isEmpty
Link copied to clipboard
common
val
isEmpty
:
Boolean
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Int
Content copied to clipboard