Iterator
01 Syntax
Microsoft.VisualBasic.ComponentModel.Algorithm.BinaryTree.Iterator`2
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| data | 1 | |
| GetDirectionValue | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| _tree | 1 | |
| _ancestors | 1 | |
| _cursor | 1 |
05 Members
next
if null-iterator, returns first node otherwise, returns next node
prev
if null-iterator, returns last node otherwise, returns previous node
_tree
_ancestors
_cursor
data
GetDirectionValue
_minNode(RBNode(Of K, V))
_maxNode(RBNode(Of K, V))