<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>earu</author_name>
  <author_url>https://blog.hatena.ne.jp/earu/</author_url>
  <blog_title>ソフトウェアエンジニアの雑記</blog_title>
  <blog_url>https://k-sasaki.net/</blog_url>
  <categories>
  </categories>
  <description>拡張for文ってなんて楽なんだ・・・と感動したので、メモ import java.util.ArrayList; import java.util.List; public class IteratorSample { public static void main(String[] args) { List list = new ArrayList(); for (int i = 0; i &lt; 10; i++) { list.add(new Integer(i)); } for (Object o : list) { System.out.println((Integer)o); } } }…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-sasaki.net%2Fentry%2F20090415%2F1239754048&quot; title=&quot;拡張for文 - ソフトウェアエンジニアの雑記&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>2009-04-15 09:07:28</published>
  <title>拡張for文</title>
  <type>rich</type>
  <url>https://k-sasaki.net/entry/20090415/1239754048</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
