Documentation ¶
Index ¶
- func HashCode(source interface{}) uint64
- type HashTable
- func (h *HashTable) Add(key interface{}, value interface{})
- func (h *HashTable) Contains(key interface{}) bool
- func (h *HashTable) Get(key interface{}) interface{}
- func (h *HashTable) GetSize() int
- func (h *HashTable) Remove(key interface{}) interface{}
- func (h *HashTable) Set(key interface{}, value interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.