<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pyonkichi38</author_name>
  <author_url>https://blog.hatena.ne.jp/pyonkichi38/</author_url>
  <blog_title>ぴょんきちのエンジニアな日々</blog_title>
  <blog_url>https://pyonkichi38.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>有名な話だし、ズバリこれなんですけど。http://javatechnology.net/java/integer-equal/メモしとく Integer a = 1; Integer b = 127; Integer c = 128; Integer x = 1; Integer y = 127; Integer z = 128; if(x == a) { System.out.println(x); } if(y == b) { System.out.println(y); } if(z == c) { System.out.println(z); } これの実行結果は 1 127 なんだ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpyonkichi38.hatenadiary.jp%2Fentry%2F2014%2F05%2F14%2F203143&quot; title=&quot;参照型を==で比較してはいけない話 - ぴょんきちのエンジニアな日々&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-05-14 20:31:43</published>
  <title>参照型を==で比較してはいけない話</title>
  <type>rich</type>
  <url>https://pyonkichi38.hatenadiary.jp/entry/2014/05/14/203143</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
