trie

package module
v0.0.0-...-6c998e2 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2021 License: Unlicense Imports: 0 Imported by: 0

README

from https://github.com/dghubble/trie

go run example/main.go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Trie

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

func NewTrie

func NewTrie() *Trie

func (*Trie) Delete

func (trie *Trie) Delete(key string) bool

func (*Trie) Get

func (trie *Trie) Get(key string) interface{}

func (*Trie) Put

func (trie *Trie) Put(key string, value interface{}) bool

func (*Trie) Walk

func (trie *Trie) Walk(walker WalkFunc) error

func (*Trie) WalkPath

func (trie *Trie) WalkPath(key string, walker WalkFunc) error

type WalkFunc

type WalkFunc func(key string, value interface{}) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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