Documentation ¶
Index ¶
Constants ¶
View Source
const SIZE uint32 = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SCHashTable ¶
type SCHashTable struct {
// contains filtered or unexported fields
}
func NewSCHashTable ¶
func NewSCHashTable() SCHashTable
func (*SCHashTable) Del ¶
func (h *SCHashTable) Del(key string)
func (*SCHashTable) Set ¶
func (h *SCHashTable) Set(key string, val int)
Click to show internal directories.
Click to hide internal directories.