<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ashigeru</author_name>
  <author_url>https://blog.hatena.ne.jp/ashigeru/</author_url>
  <blog_title>しげるメモ</blog_title>
  <blog_url>https://ashigeru.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>class A&lt;T&gt; { void f(T arg) {} }class B extends A&lt;String&gt; { @Override void f(String arg) {} }後者Bはコンパイル後に型の消去を受けて下記のようになるはず。 class B extends A { bridge void f(Object arg) { f((String) arg); } void f(String arg) { } }m1とm2の「メソッド名」および「引数リストの各イレイジャ」が同一である場合に、m1, m2はオーバーライド等価性を持つということになっているが、 A::f(|T|) = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fashigeru.hatenadiary.org%2Fentry%2F20070706%2F1183704595&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>2007-07-06 15:49:55</published>
  <title> オーバーライド等価性 + 総称化による共変引数</title>
  <type>rich</type>
  <url>https://ashigeru.hatenadiary.org/entry/20070706/1183704595</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
