toggle menu
kresil
0.0.1
common
switch theme
search in API
kresil-lib
/
kresil.core.queue
/
Node
Node
interface
Node
<
T
>
(
source
)
Represents a node in a
Queue
data structure.
Parameters
T
the type of value held in this node.
Inheritors
NodeImpl
Members
Properties
value
Link copied to clipboard
abstract
val
value
:
T