当前位置:  技术问答>java相关

哈希表如何查询丫???

    来源: 互联网  发布时间:2015-08-11

    本文导语:  给点代码,或者相关文章,我急用,在线等待,谢谢 | This example creates a hashtable of numbers. It uses the names of the numbers as keys:       Hashtable numbers = new Hashtable();      numbers.put("o...

给点代码,或者相关文章,我急用,在线等待,谢谢

|
This example creates a hashtable of numbers. It uses the names of the numbers as keys: 

     Hashtable numbers = new Hashtable();
     numbers.put("one", new Integer(1));
     numbers.put("two", new Integer(2));
     numbers.put("three", new Integer(3));
 To retrieve a number, use the following code: 


     Integer n = (Integer)numbers.get("two");
     if (n != null) {
          System.out.println("two = " + n);
     }

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 哈希表及其概念
  • 哈希函数生成器 gperf
  • 哈希函数的构造方法及举例
  • C++获取文件哈希值(hash)和获取torrent(bt种子)磁力链接哈希值
  • 哈希表处理冲突的方法
  • 哈希算法计算 Generic Hash and HMAC Program
  • 高性能分布式哈希表FastDHT介绍及安装配置
  • 哈希计算工具 GtkHash
  • python内置映射类型(mapping type):dict哈希字典遍历方式及其它用法举例
  • php iis7站长之家
  • 文件哈希计算器 fHash
  • 哈希算法库 MurmurHash
  • C++的哈希算法库 hashlib++
  • C语言哈希表 uthash
  • 哈希计算工具 java-hash
  • 哈希测试 SMHasher
  • 分布式哈希表 FastDHT
  • 哈希表的问题?
  • 哈希算法
  • 哈希函数 Sphlib
  • Java 对象哈希映射库 JOhm


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3