{"id":98,"date":"2019-05-17T07:46:40","date_gmt":"2019-05-16T23:46:40","guid":{"rendered":"https:\/\/thereisno.top:4430\/?p=98"},"modified":"2024-10-22T15:52:25","modified_gmt":"2024-10-22T07:52:25","slug":"%e9%81%8d%e5%8e%86map","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=98","title":{"rendered":"\u904d\u5386map"},"content":{"rendered":"\n<p>Map&lt;String, String&gt; map = new HashMap&lt;String, String&gt;();<\/p>\n\n\n\n<p>&nbsp;&nbsp;map.put(&#8220;1&#8221;, &#8220;value1&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;map.put(&#8220;2&#8221;, &#8220;value2&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;map.put(&#8220;3&#8221;, &#8220;value3&#8221;);<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>&nbsp;&nbsp;\/\/\u7b2c\u4e00\u79cd\uff1a\u666e\u904d\u4f7f\u7528\uff0c\u4e8c\u6b21\u53d6\u503c<\/p>\n\n\n\n<p>&nbsp;&nbsp;System.out.println(&#8220;\u901a\u8fc7Map.keySet\u904d\u5386key\u548cvalue\uff1a&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;for (String key : map.keySet()) {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;System.out.println(&#8220;key= &#8220;+ key + &#8221; and value= &#8221; + map.get(key));<\/p>\n\n\n\n<p>&nbsp;&nbsp;}<\/p>\n\n\n\n<p>&nbsp;&nbsp;\/\/\u7b2c\u4e8c\u79cd<\/p>\n\n\n\n<p>&nbsp;&nbsp;System.out.println(&#8220;\u901a\u8fc7Map.entrySet\u4f7f\u7528iterator\u904d\u5386key\u548cvalue\uff1a&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;Iterator&lt;Map.Entry&lt;String, String&gt;&gt; it = map.entrySet().iterator();<\/p>\n\n\n\n<p>&nbsp;&nbsp;while (it.hasNext()) {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;Map.Entry&lt;String, String&gt; entry = it.next();<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;System.out.println(&#8220;key= &#8221; + entry.getKey() + &#8221; and value= &#8221; + entry.getValue());<\/p>\n\n\n\n<p>&nbsp;&nbsp;}<\/p>\n\n\n\n<p>&nbsp;&nbsp;\/\/\u7b2c\u4e09\u79cd\uff1a\u63a8\u8350\uff0c\u5c24\u5176\u662f\u5bb9\u91cf\u5927\u65f6<\/p>\n\n\n\n<p>&nbsp;&nbsp;System.out.println(&#8220;\u901a\u8fc7Map.entrySet\u904d\u5386key\u548cvalue&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;for (Map.Entry&lt;String, String&gt; entry : map.entrySet()) {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;System.out.println(&#8220;key= &#8221; + entry.getKey() + &#8221; and value= &#8221; + entry.getValue());<\/p>\n\n\n\n<p>&nbsp;&nbsp;}<\/p>\n\n\n\n<p>&nbsp;&nbsp;\/\/\u7b2c\u56db\u79cd<\/p>\n\n\n\n<p>&nbsp;&nbsp;System.out.println(&#8220;\u901a\u8fc7Map.values()\u904d\u5386\u6240\u6709\u7684value\uff0c\u4f46\u4e0d\u80fd\u904d\u5386key&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;for (String v : map.values()) {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;System.out.println(&#8220;value= &#8221; + v);<\/p>\n\n\n\n<p>&nbsp;&nbsp;}<\/p>\n\n\n\n<p>&nbsp;}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Map&lt;String, String&gt; map = new HashMap&lt;String,  &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/thereisno.top\/?p=98\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201c\u904d\u5386map\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"class_list":["post-98","post","type-post","status-publish","format-standard","hentry","category-java"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=98"}],"version-history":[{"count":2,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/98\/revisions"}],"predecessor-version":[{"id":1332,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/98\/revisions\/1332"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=98"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=98"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}