navi

package
v0.0.0-...-15b7eb6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AvlCeilingRing

func AvlCeilingRing(tree *avl.Tree, key interface{}) *avl.Node

func AvlFloorRing

func AvlFloorRing(tree *avl.Tree, key interface{}) *avl.Node

func AvlStep

func AvlStep(r *avl.Node, dir AvlDirection) *avl.Node

func AvlStepRing

func AvlStepRing(r *avl.Node, dir AvlDirection) *avl.Node

func CeilingRing

func CeilingRing(tree *rbt.Tree, key interface{}) *rbt.Node

func FloorRing

func FloorRing(tree *rbt.Tree, key interface{}) *rbt.Node

func Next

func Next(r *rbt.Node) *rbt.Node

func NextRing

func NextRing(r *rbt.Node) *rbt.Node

func Prev

func Prev(r *rbt.Node) *rbt.Node

func PrevRing

func PrevRing(r *rbt.Node) *rbt.Node

Types

type AvlDirection

type AvlDirection uint
const (
	AvlForward  AvlDirection = 1
	AvlBackward AvlDirection = 0
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL