Preparing search index...
The search index is not available
nanothreads - v0.3.0
nanothreads - v0.3.0
CircularDoublyLinkedList
Class CircularDoublyLinkedList<T>
Type Parameters
T
Hierarchy
CircularDoublyLinkedList
Index
Constructors
constructor
Methods
pop
push
shift
unshift
Constructors
constructor
new
Circular
Doubly
Linked
List
<
T
>
(
)
:
CircularDoublyLinkedList
<
T
>
Type Parameters
T
Returns
CircularDoublyLinkedList
<
T
>
Methods
pop
pop
(
)
:
undefined
|
T
Returns
undefined
|
T
push
push
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
shift
shift
(
)
:
undefined
|
T
Returns
undefined
|
T
unshift
unshift
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
nanothreads -
v0.3.0
Circular
Doubly
Linked
List
constructor
pop
push
shift
unshift
Generated using
TypeDoc