nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / Iterator

Iterator

Full name Microsoft.VisualBasic.ComponentModel.Algorithm.BinaryTree.Iterator`2 Assembly Microsoft.VisualBasic.Runtime Members 9

01 Syntax

Microsoft.VisualBasic.ComponentModel.Algorithm.BinaryTree.Iterator`2

02 Methods

NameOverloadsSummary
next 1 if null-iterator, returns first node otherwise, returns next node
prev 1 if null-iterator, returns last node otherwise, returns previous node
_minNode 1
_maxNode 1

03 Properties

NameOverloadsSummary
data 1
GetDirectionValue 1

04 Fields

NameOverloadsSummary
_tree 1
_ancestors 1
_cursor 1

05 Members

method next #
next

if null-iterator, returns first node otherwise, returns next node

method prev #
prev

if null-iterator, returns last node otherwise, returns previous node

field _tree #
_tree
field _ancestors #
_ancestors
field _cursor #
_cursor
property data #
data
property GetDirectionValue #
GetDirectionValue
method _minNode #
_minNode(RBNode(Of K, V))
method _maxNode #
_maxNode(RBNode(Of K, V))