<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jeneshicc</author_name>
  <author_url>https://blog.hatena.ne.jp/jeneshicc/</author_url>
  <blog_title>落書き、時々落学</blog_title>
  <blog_url>https://jeneshicc.hatenadiary.org/</blog_url>
  <categories>
    <anon>日記</anon>
    <anon>Java</anon>
    <anon>Memo</anon>
  </categories>
  <description>int[] xs = new int[10]; // ... for (int i = 0; i &lt; 10; i++) System.out.println(xs[i]); というfor文が int[] xs = new int[10]; // ... for (int x: xs) System.out.println(x); と記述できる．これは良い． ただ，値を書き換えることはできないみたい． import java.util.*; public class ForLoop { public static void main(String[] args) { int[] xs = new…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjeneshicc.hatenadiary.org%2Fentry%2F20100214%2F1266149668&quot; title=&quot;そういえば，Javaでは拡張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>2010-02-14 21:14:28</published>
  <title>そういえば，Javaでは拡張for文があったなぁ</title>
  <type>rich</type>
  <url>https://jeneshicc.hatenadiary.org/entry/20100214/1266149668</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
