trie

package
v0.0.0-...-604e922 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2013 License: MIT Imports: 1 Imported by: 4

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 New

func New() *Trie

func (*Trie) Do

func (this *Trie) Do(handler func(interface{}, interface{}) bool)

func (*Trie) Get

func (this *Trie) Get(key interface{}) interface{}

func (*Trie) Has

func (this *Trie) Has(key interface{}) bool

func (*Trie) Init

func (this *Trie) Init()

func (*Trie) Insert

func (this *Trie) Insert(key interface{}, value interface{})

func (*Trie) Len

func (this *Trie) Len() int

func (*Trie) Remove

func (this *Trie) Remove(key interface{}) interface{}

func (*Trie) String

func (this *Trie) String() string

Jump to

Keyboard shortcuts

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