Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hashtable ¶
type Hashtable struct {
// contains filtered or unexported fields
}
func NewHashTable ¶
func (*Hashtable) Del ¶
func (t *Hashtable) Del(k interface{})
Del a element from the matched list, but never delete the list if it existed.
Click to show internal directories.
Click to hide internal directories.