Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefixTree ¶
type PrefixTree struct {
// contains filtered or unexported fields
}
func (*PrefixTree) Insert ¶
func (t *PrefixTree) Insert(k, v string)
func (*PrefixTree) Search ¶
func (t *PrefixTree) Search(k string) []string
Click to show internal directories.
Click to hide internal directories.