<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Naotsugu</author_name>
  <author_url>https://blog.hatena.ne.jp/Naotsugu/</author_url>
  <blog_title>A Memorandum</blog_title>
  <blog_url>https://blog1.mammb.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>List の初期化は Arrays.asList() が可変長引数取るようになって、 List&lt;String&gt; list = Arrays.asList(&quot;a,b,c,d,e,f&quot;.split(&quot;,&quot;)); のように少し書きやすくなった。 Set についても同様で例えば、 Set&lt;Integer&gt; set = new LinkedHashSet&lt;Integer&gt;(Arrays.asList(4, 8,15,16,23,42)); のように書ける。 Google Collections Library の Lists.newArrayList とか Sets.newHashSet() とか使う方…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog1.mammb.com%2Fentry%2F20100213%2F1266160823&quot; title=&quot;Maps.asMap でシンプルにマップを初期化したい・・ - A Memorandum&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>2010-02-13 00:20:23</published>
  <title>Maps.asMap でシンプルにマップを初期化したい・・</title>
  <type>rich</type>
  <url>https://blog1.mammb.com/entry/20100213/1266160823</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
