agl-processor
/
net.akehurst.language.collections
/
MutableStack
common
Mutable
Stack
class
MutableStack
<
T
>
Content copied to clipboard
Functions
Properties
Functions
peek
Link copied to clipboard
common
fun
peek
():
T
Content copied to clipboard
pop
Link copied to clipboard
common
fun
pop
():
T
Content copied to clipboard
push
Link copied to clipboard
common
fun
push
(item:
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