package
Version:
v0.0.0-...-15f681d
Opens a new window with list of versions in this module.
Published: Oct 28, 2015
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Node struct {
HashValue uint64
Object interface{}
Children map[int]Node
}
func New(hashValue uint64, object interface{}) Node
func (node *Node) Find(hashValue uint64, allowedDistance int) []interface{}
func (node *Node) Insert(hashValue uint64, object interface{})
type WalkerNode struct {
HashValue uint64
Object interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.