没有合适的资源?快使用搜索试试~ 我知道了~
哈希图
共32个文件
html:6个
ts:5个
json:5个
需积分: 14 0 下载量 106 浏览量
2021-02-13
07:16:15
上传
评论
收藏 153KB ZIP 举报
温馨提示
@ totalpave / hashmap 描述 通用哈希图集合类 安装 npm install @totalpave/hashmap 用法 import HashMap from '@totalpave/hashmap' ; let hashmap : HashMap < string> = new HashMap < string> ( ) ; hashmap . set ( 'firstName' , 'John' ) . set ( 'lastName' , 'Smith' ) ; hashmap . get ( 'firstName' ) ; // 'John' hashmap . keys ( ) ; // ['firstName', 'lastName'] API 待定
资源推荐
资源详情
资源评论
收起资源包目录
hashmap-master.zip (32个子文件)
hashmap-master
nyc.config.js 140B
.eslintrc.js 566B
src
api.ts 1KB
HashMap.ts 2KB
.npmignore 81B
typedoc.json 42B
tsconfig-tests.json 258B
spec
api.spec.ts 551B
hashmap.spec.ts 2KB
support
jasmine.ts 478B
.travis.yml 202B
tsconfig.json 613B
LICENSE 1KB
README.md 534B
.npmrc 17B
docs
index.html 9KB
modules
_api_.html 8KB
_hashmap_.html 9KB
classes
_hashmap_.hashmap.html 20KB
assets
images
icons@2x.png 27KB
icons.png 9KB
widgets@2x.png 855B
widgets.png 480B
js
main.js 173KB
search.js 2KB
css
main.css 71KB
interfaces
_hashmap_.ihashmapdata.html 9KB
globals.html 8KB
.gitignore 46B
CHANGELOG.md 2KB
package-lock.json 109KB
package.json 2KB
共 32 条
- 1
资源评论
dahiod
- 粉丝: 29
- 资源: 4663
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功