Node
typeNode represents a node in an AVL tree.
Value
avl.Node
NewNode
func(key string, value interface{...}) *avl.NodeNewNode creates a new node with the given key and value.
- OID
- 0b8568…aa19:3
NewNode details
maxInt8
func(a int8, b int8) int8- OID
- 0b8568…aa19:5
maxInt8 details
ITree
typeValue
avl.ITree
IterCbFn
typeValue
avl.IterCbFn
Tree
typeThe zero struct can be used as an empty tree.
Value
avl.Tree
NewTree
func() *avl.TreeNewTree creates a new empty AVL tree.
- OID
- 0b8568…aa19:6