<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ta6ra</author_name>
  <author_url>https://blog.hatena.ne.jp/ta6ra/</author_url>
  <blog_title>ta6raの日記</blog_title>
  <blog_url>https://ta6ra.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>使われる側がクラス、またはインターフェイスを継承するときにも型変数が使えます。使われる側 Bar.java interface Bar&lt;T&gt; {} Foo.java Bar を継承 public class Foo&lt;T&gt; implements Bar&lt;T&gt; {} 使う側 型引数に Integer を指定 new Foo&lt;Integer&gt;(); クラス Foo がインターフェイス Bar を継承する場合、Foo Bar の 型変数 T が、使う側の指定した型の Integer になります。 つまり、継承した子クラスの型変数が、親クラスに伝搬して行きます。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fta6ra.hatenadiary.org%2Fentry%2F20101223&quot; title=&quot;Java Generics メモその5 - ta6raの日記&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-12-23 00:00:00</published>
  <title>Java Generics メモその5</title>
  <type>rich</type>
  <url>https://ta6ra.hatenadiary.org/entry/20101223</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
