<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>juiceeeee</author_name>
  <author_url>https://blog.hatena.ne.jp/juiceeeee/</author_url>
  <blog_title>ワン！ワワン！ニャ〜！</blog_title>
  <blog_url>https://juiceeeee.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>HashMap&lt;BitSet, Integer&gt; hash = new HashMap&lt;BitSet, Integer&gt;(); BitSet bitSet = new BitSet(); /* ハッシュに登録する場合、今後bitSetが変化する場合新しいBitSetを作ってそれをキーとして登録した方がいい。みたい。 */ // × hash.put(bitSet, 1); // ○ BitSet newBitSet = (BitSet)bitSet.clone(); hash.put(newBitSet, 1); まだよくわからん</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjuiceeeee.hatenadiary.org%2Fentry%2F20090611%2F1244693780&quot; title=&quot;Hashに登録するキーは新しいインスタンスでないとうまく動作しない? - ワン！ワワン！ニャ〜！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-06-11 13:16:20</published>
  <title>Hashに登録するキーは新しいインスタンスでないとうまく動作しない?</title>
  <type>rich</type>
  <url>https://juiceeeee.hatenadiary.org/entry/20090611/1244693780</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
