Documentation
¶
Index ¶
- type Trie
- func (this *Trie) Do(handler func(interface{}, interface{}) bool)
- func (this *Trie) Get(key interface{}) interface{}
- func (this *Trie) Has(key interface{}) bool
- func (this *Trie) Init()
- func (this *Trie) Insert(key interface{}, value interface{})
- func (this *Trie) Len() int
- func (this *Trie) Remove(key interface{}) interface{}
- func (this *Trie) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.