<?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>
    <anon>Stream</anon>
  </categories>
  <description>import java.util.*; public class Main { public static void main(String[] args) { var numbers = new int[]{ 6, 1, 2, 5, 4, 8, 7, 3, 9 }; System.out.println(Arrays.toString(numbers)); numbers = Arrays.stream(numbers) .boxed() .sorted((n, m) -&gt; m - n) .mapToInt(Integer::intValue) .toArray(); System.out.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsamplecode.hatenablog.com%2Fentry%2F20201013%2F1602596197&quot; title=&quot;&amp;lt;Java&amp;gt;int[]を降順にソート - 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-13 22:36:37</published>
  <title>&lt;Java&gt;int[]を降順にソート</title>
  <type>rich</type>
  <url>https://samplecode.hatenablog.com/entry/20201013/1602596197</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
