<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fits</author_name>
  <author_url>https://blog.hatena.ne.jp/fits/</author_url>
  <blog_title>なんとなくな Developer のメモ</blog_title>
  <blog_url>https://fits.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>Java 8 で List&lt;V&gt; を Map&lt;K, V&gt; へ変換するようなグルーピング処理をいくつか試してみました。 ソースは http://github.com/fits/try_samples/tree/master/blog/20150420/ はじめに 今回は、下記をリスト化した List&lt;Data&gt; を id でグルーピングして Map&lt;String, Data&gt; へ変換します。 class Data { private String id; private String name; public Data(String id, String name) { this.id = id…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffits.hatenablog.com%2Fentry%2F2015%2F04%2F20%2F205940&quot; title=&quot; Java 8 でグルーピング処理 - List&amp;lt;V&amp;gt; を Map&amp;lt;K, V&amp;gt; へ変換 - なんとなくな Developer のメモ&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>2015-04-20 20:59:40</published>
  <title> Java 8 でグルーピング処理 - List&lt;V&gt; を Map&lt;K, V&gt; へ変換</title>
  <type>rich</type>
  <url>https://fits.hatenablog.com/entry/2015/04/20/205940</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
