1. 首页
  2. 数据库
  3. 其它
  4. 哈希图 源码

哈希图 源码

上传者: 2021-02-27 10:27:36上传 ZIP文件 153.32KB 热度 16次
@ 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' ha
下载地址
用户评论