Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
type Dictionary struct {
// contains filtered or unexported fields
}
func NewDictionary ¶
func NewDictionary(bucketsNum int) *Dictionary
func (*Dictionary) Get ¶
func (d *Dictionary) Get(key string) (interface{}, bool)
func (*Dictionary) Insert ¶
func (d *Dictionary) Insert(key string, val interface{})
func (*Dictionary) Len ¶
func (d *Dictionary) Len() int
func (*Dictionary) Range ¶
func (d *Dictionary) Range() <-chan KV
Click to show internal directories.
Click to hide internal directories.