gis-tools-ts - v0.6.0
Preparing search index...
index
SplayTreeNode
Class SplayTreeNode<T>
A basic node for a splay tree
Type Parameters
T
Index
Constructors
constructor
Properties
key
Constructors
constructor
new
SplayTreeNode
<
T
>
(
key
:
T
)
:
SplayTreeNode
<
T
>
Type Parameters
T
Parameters
key
:
T
the element to store
Returns
SplayTreeNode
<
T
>
Properties
Readonly
key
key
:
T
the element to store
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
gis-tools-ts - v0.6.0
Loading...
A basic node for a splay tree