<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>samplecode</author_name>
  <author_url>https://blog.hatena.ne.jp/samplecode/</author_url>
  <blog_title>samplecode</blog_title>
  <blog_url>https://samplecode.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>import java.util.*; public class Sample { public static void main(String[] args) { var list = new ArrayList&lt;Integer&gt;(); list.add(1); list.add(2); list.add(3); list.add(4); var perm = Permutation.generate(list); perm.forEach(System.out::println); } } class Permutation { public static &lt;T&gt; List&lt;List&lt;T&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsamplecode.hatenablog.com%2Fentry%2F20201009%2F1602247907&quot; title=&quot;&amp;lt;Java&amp;gt;順列を生成する - samplecode&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>2020-10-09 21:51:47</published>
  <title>&lt;Java&gt;順列を生成する</title>
  <type>rich</type>
  <url>https://samplecode.hatenablog.com/entry/20201009/1602247907</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
