Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyHashMap ¶
type MyHashMap struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor() MyHashMap
type MyHashMap2 ¶
type MyHashMap2 struct {
// contains filtered or unexported fields
}
func Constructor2 ¶
func Constructor2() MyHashMap2
func (*MyHashMap2) Get ¶
func (this *MyHashMap2) Get(key int) int
func (*MyHashMap2) Put ¶
func (this *MyHashMap2) Put(key int, value int)
func (*MyHashMap2) Remove ¶
func (this *MyHashMap2) Remove(key int)
Click to show internal directories.
Click to hide internal directories.