<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>andengineer</author_name>
  <author_url>https://blog.hatena.ne.jp/andengineer/</author_url>
  <blog_title>アンドエンジニア - エンジニアのこと、エンジニアから。</blog_title>
  <blog_url>https://tenshoku.mynavi.jp/engineer/guide/</blog_url>
  <categories>
    <anon>言語・開発</anon>
    <anon>プログラミング言語</anon>
    <anon>Java</anon>
  </categories>
  <description>Javaでは、オートボクシングという機能があり、特に意識することなく、基本型とラッパーオブジェクトとを相互変換できます。 Integer i1 = 1; …（1） int i2 = i1; …（2） 上の例であれば、（1）は基本型の値をInteger型のオブジェクトに保存しています（ボクシング）。（2）ではInteger型のオブジェクトをint型の変数に格納しています（アンボクシング）。オートボクシングとは、ボクシング／アンボクシングを総称した呼称です。 ラッパークラス_目次 ラッパークラス 基本型の値をラッパークラスのオブジェクトに変換する 文字列からラッパーオブジェクトを作成する</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftenshoku.mynavi.jp%2Fengineer%2Fguide%2Farticles%2Fjava-code%2Fcategory_wrapper%2F02&quot; title=&quot;【Javaコード入門】ラッパークラス_②基本型の値をラッパークラスのオブジェクトに変換する - アンドエンジニア - エンジニアのこと、エンジニアから。&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>2026-06-30 14:00:05</published>
  <title>【Javaコード入門】ラッパークラス_②基本型の値をラッパークラスのオブジェクトに変換する</title>
  <type>rich</type>
  <url>https://tenshoku.mynavi.jp/engineer/guide/articles/java-code/category_wrapper/02</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
