C# 클래스 UAM.Kora.RBTreeExtensions

파일 보기 프로젝트 열기: vosen/kora

공개 메소드들

메소드 설명
CopySorted ( this tree, RBTree array, int offset ) : void
FirstNode ( this tree ) : RBTree.Node
LastNode ( this node ) : RBTree.Node
ToSortedArray ( this tree ) : RBTree.Node[]

비공개 메소드들

메소드 설명
InOrderAdd ( RBTree node, RBTree array, int index ) : int

메소드 상세

CopySorted() 공개 정적인 메소드

public static CopySorted ( this tree, RBTree array, int offset ) : void
tree this
array RBTree
offset int
리턴 void

FirstNode() 공개 정적인 메소드

public static FirstNode ( this tree ) : RBTree.Node
tree this
리턴 RBTree.Node

LastNode() 공개 정적인 메소드

public static LastNode ( this node ) : RBTree.Node
node this
리턴 RBTree.Node

ToSortedArray() 공개 정적인 메소드

public static ToSortedArray ( this tree ) : RBTree.Node[]
tree this
리턴 RBTree.Node[]