HashMap类entrySet()方法 (HashMap Class entrySet() method)

entrySet() method is available in java.util package. entrySet()方法在java.util包中可用。 entrySet() method is used to return an entry (key-value pairs) that exists in this HashMap to be viewed in a Set. entrySet()方法用于返回此HashMap中存在的条目(键值对),以在Set中进行查看。 entrySet() method is a non-static method, it is accessible with the class object only and if we try to access the method with the class name then we will get an error. entrySet()方法是一个非静态方法,只能通过类对象访问,如果尝试使用类名称访问该方法,则会收到错误消息。 entrySet() method does not throw an exception at the time of returning entry set. 返回条目集时, entrySet()方法不会引发异常。

Syntax:

句法:

public Set entrySet();

Parameter(s):

参数:

It does not accept any parameter. 它不接受任何参数。

Return value:

返回值:

The return type of the method is Set, it returns mappings exist in this HashMap to be viewed in a Set.

方法的返回类型为Set ,它返回此HashMap中存在的映射以在Set中进行查看。

Example:

例:

// Java program to demonstrate the example

// of Set entrySet() method of HashMap

import java.util.*;

public class EntrySetOfHashMap {

public static void main(String[] args) {

// Instantiates a HashMap object

Map < Integer, String > map = new HashMap < Integer, String > ();

// By using put() method is to add

// key-value pairs in a HashMap

map.put(10, "C");

map.put(20, "C++");

map.put(50, "JAVA");

map.put(40, "PHP");

map.put(30, "SFDC");

// Display HashMap

System.out.println("HashMap: " + map);

// By using entrySet() method is to

// return the entry exists in this

// HashMap to be viewed in a Set

Set s = map.entrySet();

// Display set view

System.out.print("map.entrySet(): ");

System.out.println(s);

}

}

Output

输出量

HashMap: {50=JAVA, 20=C++, 40=PHP, 10=C, 30=SFDC}

map.entrySet(): [50=JAVA, 20=C++, 40=PHP, 10=C, 30=SFDC]

翻译自: https://www.includehelp.com/java/hashmap-entryset-method-with-example.aspx

java entryset_Java HashMap entrySet()方法与示例相关推荐

  1. java .entryset_Java HashMap entrySet() 方法

    entrySet() 方法返回映射中包含的映射的 Set 视图. 语法 entrySet() 方法的语法为: hashmap.entrySet() 注:hashmap 是 HashMap 类的一个对象 ...

  2. java.util.IdentityHashMap.entrySet()方法实例

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. entrySet() 方法是用来获取此映射中包含的映射关系的set视图. 声明 以下是java.ut ...

  3. math的用法在java中的使用,Java Math cbrt() 使用方法及示例

    Java Math cbrt() 使用方法及示例 Java Math cbrt()方法返回指定数字的立方根. cbrt()方法的语法为: Math.cbrt(double num) 注意:cbrt() ...

  4. java arraylist 方法返回值,Java ArrayList get() 使用方法及示例

    Java ArrayList get() 使用方法及示例 Java ArrayList get()方法返回指定位置存在的元素. get()方法的语法为: arraylist.get(int index ...

  5. java for遍历hashmap_Java 使用for和while循环遍历HashMap的方法及示例代码

    1、使用entrySet()遍历 1) 使用while实现public static void printMap(Map mp) { Iterator it = mp.entrySet().itera ...

  6. java 迭代器 entryset_Java使用entrySet方法获取Map集合中的元素

    本文为大家分享了使用entrySet方法获取Map集合中元素的具体代码,供大家参考,具体内容如下 /*--------------------------------- 使用entrySet方法取出M ...

  7. java kryo_Kryo框架使用方法代码示例

    Kryo框架的source已移至https://github.com/EsotericSoftware/kryo ,进入此页面,然后点击右边的Download Zip按钮,就能下载到最新版本的Kryo ...

  8. Java Math toIntExact() 使用方法及示例 long转int

    Java Math toIntExact()方法从指定的long参数返回int值. toIntExact()方法的语法为: Math.toIntExact(long value) 注意:toIntEx ...

  9. java readtimeout_Java HttpURLConnection.getReadTimeout方法代码示例

    import java.net.HttpURLConnection; //导入方法依赖的package包/类 /** * 得到响应对象 * * @param urlConnection * @retu ...

最新文章

  1. office online server收费吗_上海公司注册价格有乱收费吗?
  2. 计算机网络-思维导图(5)传输层
  3. python星空画法教程_对比几段代码,看看你是 Python 菜鸟还是老鸟
  4. jmeter(四十五)常用Beanshell脚本
  5. Android FrameWork学习(一)Android 7 0系统源码下载 编译
  6. mysql图片jsp_mysql jsp 图片
  7. 【剑指offer - C++/Java】8、跳台阶
  8. php scsi平台,三大SCSI Target平台PK:让服务器化身SAN
  9. 【docker】docker 实现 的基础
  10. docker search
  11. 贪心----多元Huffman编码问题
  12. Url传递中文终极解决办法
  13. 【亲测】2022最新H5手机微商城运营源码/简约轻量版/对接支付个人免签接口/带搭建教程
  14. 为何使用百度输入法老是出现错别字?
  15. 【Kubernetes 015】pod调度之Affinity亲和性
  16. 怎样提升自己的编程能力?
  17. android 打apk文件怎么打开方式,apk文件怎么打开,详细教您打开apk文件的方法
  18. FZUOJ 2214 Knapsack problem 背包
  19. 【车载】【ADC】通俗易懂ADC
  20. 大量查询中通快运在途信息,并分析中转延误

热门文章

  1. 行千里,看山城轻轨穿楼越林;致广大,望重庆交通桥上桥下
  2. Pytorch数据类型转换
  3. linux fedora35 buff/cache 占用过高解决方法(适用于大部分linux)
  4. docker 端口映射 及外部无法访问问题:开启IP转发从而解决
  5. 【实操】Y7000P 2020款安装黑苹果完整步骤记录
  6. docker安装nginx并进行-v挂载
  7. scala元组的创建入门实例
  8. Linux vim光标快速移动指定行数G
  9. RedisTemplate操作hash数据类型示例
  10. js获取元素节点对象