package
Version:
v0.0.0-...-63a9d49
Opens a new window with list of versions in this module.
Published: Jul 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (h *HashMap) Get(key interface{}) (interface{}, bool)
根据键获取哈希表中对应的值
func (h *HashMap) Put(key interface{}, value interface{})
将键值对添加到哈希表中
实现fmt.Stringer接口,将哈希表转换为字符串表示形式
Source Files
¶
Click to show internal directories.
Click to hide internal directories.