<?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 Bigshans&#39; Blog</title>
    <link>https://bigshans.github.io/tags/hashmap/</link>
    <description>Recent content in HashMap on Bigshans&#39; Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>bigshans</copyright>
    <lastBuildDate>Fri, 04 Oct 2019 22:32:30 +0000</lastBuildDate>
    <atom:link href="https://bigshans.github.io/tags/hashmap/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Java 源码阅读之 HashMap</title>
      <link>https://bigshans.github.io/post/src-java-hashmap/</link>
      <pubDate>Fri, 04 Oct 2019 22:32:30 +0000</pubDate>
      <guid>https://bigshans.github.io/post/src-java-hashmap/</guid>
      <description>&lt;p&gt;对以下一段代码进行 Debug，阅读建议边 Debug 边看。&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;import java.util.HashMap;&#xA;&#xA;public class Collec {&#xA;    public static void main(String[] args) {&#xA;        HashMap a = new HashMap();&#xA;        a.put(&amp;quot;sd&amp;quot;, &amp;quot;54&amp;quot;);&#xA;        a.put(&amp;quot;sd&amp;quot;, &amp;quot;125&amp;quot;);&#xA;    }&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
