<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shuji_w6e</author_name>
  <author_url>https://blog.hatena.ne.jp/shuji_w6e/</author_url>
  <blog_title>やさしいデスマーチ</blog_title>
  <blog_url>https://shuji-w6e.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java入門</anon>
  </categories>
  <description>ArrayListクラスはJavaで配列を扱う為のクラスです。 配列には任意のオブジェクトを含める事が可能で、ランダムアクセスや順次アクセスなどの様々な機能を提供します。 ArrayListクラスの最も便利な点の１つは、配列のサイズが自動的に拡張されていく為、作成時にサイズが解らなくとも使用できる事です。ArrayListの主なコンストラクタは２つです。 コンストラクタ 概要 ArrayList() 初期容量 10 で空のリストを作成します。 ArrayList(int initialCapacity) 指定された初期サイズで空のリストを作成します。 通常はデフォルトのコンストラクタを使います…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshuji-w6e.hatenadiary.org%2Fentry%2F20070226%2F1172412097&quot; title=&quot;java.util.ArrayList - やさしいデスマーチ&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>2007-02-26 23:01:37</published>
  <title>java.util.ArrayList</title>
  <type>rich</type>
  <url>https://shuji-w6e.hatenadiary.org/entry/20070226/1172412097</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
