Documentation ¶
Index ¶
- func HashCode(source interface{}) uint64
- type HashTable
- func (this *HashTable) Add(key interface{}, value interface{})
- func (this *HashTable) Contains(key interface{}) bool
- func (this *HashTable) Get(key interface{}) interface{}
- func (this *HashTable) GetSize() int
- func (this *HashTable) Remove(key interface{}) interface{}
- func (this *HashTable) Set(key interface{}, value interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HashTable ¶
type HashTable struct { M int // contains filtered or unexported fields }
func Constructor ¶
Click to show internal directories.
Click to hide internal directories.