Versions in this module Expand all Collapse all v1 v1.6.6 Nov 27, 2021 Changes in this version + type MyHashMap struct + func Constructor() MyHashMap + func (this *MyHashMap) Get(key int) int + func (this *MyHashMap) Put(key int, value int) + func (this *MyHashMap) Remove(key int) v1.0.0 Feb 26, 2019