<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyokomi</author_name>
  <author_url>https://blog.hatena.ne.jp/kyokomi/</author_url>
  <blog_title>きょこみのーと</blog_title>
  <blog_url>https://kyokomi.hatenablog.com/</blog_url>
  <categories>
    <anon>Android</anon>
  </categories>
  <description>ソース: Map&lt;Integer,Bitmap&gt; bitmapMap = new HashMap&lt;Integer,Bitmap&gt;(); 警告： Use new SparseArray(...) instead for better performance どうやら、HashMap使うよりSparseArray使ったほうがパフォーマンスいいよ？とのこと。 というわけで SparseArray&lt;Bitmap&gt; bitmapArray = new SparseArray&lt;Bitmap&gt;(); よしっ！警告消えた。 というわけでこいつはなんぞ？と調べてみたところ パフォーマンスを考慮したHashMap…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkyokomi.hatenablog.com%2Fentry%2F2012%2F12%2F16%2F152612&quot; title=&quot;AndroidでのBitmapをHashMapで持つ感じにしようとしたら警告がでた - きょこみのーと&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>2012-12-16 15:26:12</published>
  <title>AndroidでのBitmapをHashMapで持つ感じにしようとしたら警告がでた</title>
  <type>rich</type>
  <url>https://kyokomi.hatenablog.com/entry/2012/12/16/152612</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
