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
}
MyHashMap object will be instantiated and called as such: obj := Constructor(); obj.Put(key,value); param_2 := obj.Get(key); obj.Remove(key);
func (*MyHashMap) Get ¶
Get returns the value to which the specified key is mapped, or -1 if this map contains no mapping for the key
Click to show internal directories.
Click to hide internal directories.