Search
Preparing search index...
The search index is not available
aws-amplify
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
DoubleLinkedNode
Class DoubleLinkedNode
Hierarchy
DoubleLinkedNode
Index
Constructors
constructor
Properties
key
next
Node
prev
Node
Constructors
constructor
new
Double
Linked
Node
(
keyVal
?:
string
)
:
DoubleLinkedNode
Parameters
Optional
keyVal:
string
Returns
DoubleLinkedNode
Properties
key
key
:
string
next
Node
next
Node
:
DoubleLinkedNode
|
null
prev
Node
prev
Node
:
DoubleLinkedNode
|
null
Globals
Double
Linked
Node
constructor
key
next
Node
prev
Node