radix

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	Value interface{}
	// contains filtered or unexported fields
}

type Radix

type Radix struct {
	// contains filtered or unexported fields
}

func NewRadix

func NewRadix() *Radix

func (*Radix) At

func (r *Radix) At(path []int64) *Node

func (*Radix) Delete

func (r *Radix) Delete(path []int64)

func (*Radix) Insert

func (r *Radix) Insert(path []int64) *Node

func (*Radix) Range

func (r *Radix) Range(f func(path []int64, node *Node))

func (*Radix) String

func (r *Radix) String() string

Jump to

Keyboard shortcuts

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