<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Paramaterized Java Classes</title>
	<atom:link href="http://www.danielhall.me/2009/10/paramaterized-java-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielhall.me/2009/10/paramaterized-java-classes/</link>
	<description>Because the Internet doesn&#039;t have enough opinions already</description>
	<lastBuildDate>Wed, 13 Apr 2011 12:10:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://www.danielhall.me/2009/10/paramaterized-java-classes/comment-page-1/#comment-118</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 03 Oct 2009 10:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielhall.me/?p=364#comment-118</guid>
		<description>I&#039;ll leave it to the readers to answer these questions, and I&#039;ll post the answer in a week. :D</description>
		<content:encoded><![CDATA[<p>I&#8217;ll leave it to the readers to answer these questions, and I&#8217;ll post the answer in a week. <img src='http://www.danielhall.me/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl Teo</title>
		<link>http://www.danielhall.me/2009/10/paramaterized-java-classes/comment-page-1/#comment-117</link>
		<dc:creator>Daryl Teo</dc:creator>
		<pubDate>Sat, 03 Oct 2009 08:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielhall.me/?p=364#comment-117</guid>
		<description>You can also have multiple parameters as well.
But I&#039;m so over Java anyway.</description>
		<content:encoded><![CDATA[<p>You can also have multiple parameters as well.<br />
But I&#8217;m so over Java anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://www.danielhall.me/2009/10/paramaterized-java-classes/comment-page-1/#comment-116</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Sat, 03 Oct 2009 08:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielhall.me/?p=364#comment-116</guid>
		<description>Now, that&#039;s the simple stuff about Java Generics... What about the more fun stuff utilising &lt;code&gt;&lt; ? extends T&gt;&lt;/code&gt; or &lt;code&gt;&lt; ? super T&gt;&lt;/code&gt;

Also, if you have the two classes;
&lt;code&gt;class Base {}&lt;/code&gt;
   and
&lt;code&gt;class Derived extends Base {}&lt;/code&gt;

Why can&#039;t you do this;
List&lt;derived&gt; listOfDerived;
List&lt;base&gt; listOfBase = listOfDerived;

&lt;strong&gt;Edit:&lt;/strong&gt; Made changes requested by Austin</description>
		<content:encoded><![CDATA[<p>Now, that&#8217;s the simple stuff about Java Generics&#8230; What about the more fun stuff utilising <code>< ? extends T></code> or <code>< ? super T></code></p>
<p>Also, if you have the two classes;<br />
<code>class Base {}</code><br />
   and<br />
<code>class Derived extends Base {}</code></p>
<p>Why can&#8217;t you do this;<br />
List&lt;derived&gt; listOfDerived;<br />
List&lt;base&gt; listOfBase = listOfDerived;</p>
<p><strong>Edit:</strong> Made changes requested by Austin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

