<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nowokay</author_name>
  <author_url>https://blog.hatena.ne.jp/nowokay/</author_url>
  <blog_title>きしだのHatena</blog_title>
  <blog_url>https://nowokay.hatenablog.com/</blog_url>
  <categories>
    <anon>java8</anon>
  </categories>
  <description>いろいろな文字列連結のコードを書いた人がいたのでまとめておきますね。 主に変態さん。 とりあえず、基準として、メモリ確保したStringBuilder版 public static String stringBuilderJoinMem(){ StringBuilder s = new StringBuilder(9100).append(&quot;[&quot;); for(int i = 0; i &lt; strarray.length; ++i){ if(i != 0){ s.append(&quot;],[&quot;); } s.append(strarray[i]); } s.append(&quot;]&quot;); return s.t…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnowokay.hatenablog.com%2Fentry%2F20140413%2F1397359039&quot; title=&quot;Java8時代の文字列連結変態さんまとめ - きしだのHatena&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>2014-04-13 12:17:19</published>
  <title>Java8時代の文字列連結変態さんまとめ</title>
  <type>rich</type>
  <url>https://nowokay.hatenablog.com/entry/20140413/1397359039</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
