<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HashMap on Leafw&#39;s Blog</title>
    <link>https://leafw.net/en/tags/hashmap/</link>
    <description>Recent content in HashMap on Leafw&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>wyr95626@gmail.com (Leafw)</managingEditor>
    <webMaster>wyr95626@gmail.com (Leafw)</webMaster>
    <copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright>
    <lastBuildDate>Sun, 19 Jan 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://leafw.net/en/tags/hashmap/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Let&#39;s Talk about Map</title>
      <link>https://leafw.net/en/lets-talk-about-map/</link>
      <pubDate>Sun, 19 Jan 2020 00:00:00 +0000</pubDate><author>wyr95626@gmail.com (Leafw)</author>
      <guid>https://leafw.net/en/lets-talk-about-map/</guid>
      <description>&lt;p&gt;As a Java Developer, the word Map is definitely not unfamiliar. Whether it&amp;rsquo;s in the development process or going out for an interview, we often encounter it. The most frequently used and interview questions are nothing more than these few, HashMap, HashTable, ConcurrentHashMap. So this article will summarize these points.&lt;/p&gt;&#xA;&lt;h2 id=&#34;starting-with-hashmap&#34;&gt;Starting with HashMap&lt;/h2&gt;&#xA;&lt;p&gt;HashMap is the most frequently used of the several Maps mentioned above, after all, the scenarios that need to consider multithreading concurrency are not too many. Below is a relationship diagram of Map, you can understand it.&#xA;&lt;img&#xA;        class=&#34;lazyload&#34;&#xA;        src=&#34;https://leafw.net/svg/loading.min.svg&#34;&#xA;        data-src=&#34;https://leafw-blog-pic.oss-cn-hangzhou.aliyuncs.com/UTOOLS1579397021808.png&#34;&#xA;        data-srcset=&#34;https://leafw-blog-pic.oss-cn-hangzhou.aliyuncs.com/UTOOLS1579397021808.png, https://leafw-blog-pic.oss-cn-hangzhou.aliyuncs.com/UTOOLS1579397021808.png 1.5x, https://leafw-blog-pic.oss-cn-hangzhou.aliyuncs.com/UTOOLS1579397021808.png 2x&#34;&#xA;        data-sizes=&#34;auto&#34;&#xA;        alt=&#34;https://leafw-blog-pic.oss-cn-hangzhou.aliyuncs.com/UTOOLS1579397021808.png&#34;&#xA;        title=&#34;Map&#34; /&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
