Skip to content

M_CodeJam_Collections_SuffixTreeBase_UpdateNode

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

SuffixTreeBase.UpdateNode Method

Updates the node at the index

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

protected void UpdateNode(
	int index,
	SuffixTreeBase.Node node
)

VB

Protected Sub UpdateNode ( 
	index As Integer,
	node As SuffixTreeBase.Node
)

F#

member UpdateNode : 
        index : int * 
        node : SuffixTreeBase.Node -> unit 

Parameters

 

index
Type: System.Int32
The index to update
node
Type: CodeJam.Collections.SuffixTreeBase.Node
The new node value

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally