Search
Preparing search index...
The search index is not available
ts-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"queue/queue"
QueueNode
Class QueueNode<T>
Represents an element of a
Queue
, wrapping a given value.
Type parameters
T
Hierarchy
QueueNode
Index
Constructors
constructor
Properties
next
value
Constructors
constructor
new
Queue
Node
(
value
:
T
)
:
QueueNode
Parameters
value:
T
Returns
QueueNode
Properties
Optional
next
next
:
QueueNode
<
T
>
value
value
:
T
Globals
"_
shared/capped-
structure"
"_
shared/comparer"
"_
shared/index"
"_
shared/types"
"graph/index"
"graph/list-
graph"
"heap/binary-
heap"
"heap/index"
"index"
"list/doubly-
linked-
list"
"list/index"
"queue/index"
"queue/priority-
queue"
"queue/queue"
"stack/index"
"stack/stack"
"tree/binary-
search-
tree"
"tree/index"
Queue
Queue
Node
constructor
next
value
Generated using
TypeDoc
Represents an element of a
Queue
, wrapping a given value.