文件名称:js-hashmap:javascript hasmap实现
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-14 09:06:42
JavaScript
backbee / js-hashmap JavaScript哈希图实现 ##安装:bower install bb-js-hashmap --save ##特性: HashMap . length 返回HashMap对象中键/值对的数量。 HashMap . size 返回HashMap对象中键/值对的数量。 ## Methods ### HashMap访问器方法 HashMap . prototype . set ( key , value ) 设置HashMap对象中键的值。 返回HashMap对象。 HashMap . prototype . get ( key ) 返回与键关联的值,如果没有,则返回undefined。 HashMap . prototype . has ( key ) 返回一个布尔值,该布尔值声明值是否已与HashMap对象中的
【文件预览】:
js-hashmap-master
----.gitignore(292B)
----package.json(443B)
----README.html(29KB)
----Gruntfile.js(1KB)
----LICENSE(34KB)
----hashmap.js(8KB)
----README.md(3KB)
----index.html(303B)
----hashmap.min.js(2KB)
----bower.json(477B)