<?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: Generic Comparators in Java</title>
	<atom:link href="http://www.breakitdownblog.com/generic-comparators-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breakitdownblog.com/generic-comparators-in-java/</link>
	<description>A technical, gaming and current-events news site</description>
	<lastBuildDate>Sat, 21 Nov 2009 15:00:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anu</title>
		<link>http://www.breakitdownblog.com/generic-comparators-in-java/comment-page-1/#comment-14016</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2006/09/21/generic-comparators-in-java/#comment-14016</guid>
		<description>Thank you very much. This was helpful.</description>
		<content:encoded><![CDATA[<p>Thank you very much. This was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyad Kalla</title>
		<link>http://www.breakitdownblog.com/generic-comparators-in-java/comment-page-1/#comment-8364</link>
		<dc:creator>Riyad Kalla</dc:creator>
		<pubDate>Tue, 05 Feb 2008 15:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2006/09/21/generic-comparators-in-java/#comment-8364</guid>
		<description>HC, I&#039;m glad it helped. I always run into issues when I get into Generics and have to go digging/Googling for answers.

I&#039;m happy to hear this helped you out.</description>
		<content:encoded><![CDATA[<p>HC, I&#8217;m glad it helped. I always run into issues when I get into Generics and have to go digging/Googling for answers.</p>
<p>I&#8217;m happy to hear this helped you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HC</title>
		<link>http://www.breakitdownblog.com/generic-comparators-in-java/comment-page-1/#comment-8361</link>
		<dc:creator>HC</dc:creator>
		<pubDate>Tue, 05 Feb 2008 11:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2006/09/21/generic-comparators-in-java/#comment-8361</guid>
		<description>fine information, was very helpful for me, indeed</description>
		<content:encoded><![CDATA[<p>fine information, was very helpful for me, indeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyad Kalla</title>
		<link>http://www.breakitdownblog.com/generic-comparators-in-java/comment-page-1/#comment-164</link>
		<dc:creator>Riyad Kalla</dc:creator>
		<pubDate>Fri, 22 Sep 2006 03:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2006/09/21/generic-comparators-in-java/#comment-164</guid>
		<description>This was a complaint a lot of people had and one reason I didn&#039;t get into generics until about 3 months ago. After using them they make more sense and in about 4 occasions I have hit compile-time errors that I hadn&#039;t noticed that would have been sucky runtime errors to track down. I think overall it&#039;s a good thing. One of the bigger points of them was just to get more validation into the compiler-phase of the application. There is a ton of attention being paid to improving the overall stability of the language moving forward with stuff like this.

I can&#039;t say I love autoboxing, it makes things sloppy-easy in my experience, but for the few times where you do get to pass an int as an object or treat and Integer like an int, it&#039;s pretty slick. I just feel wrong doing it, so I actively have Integer.valueOf(i) calls around my code when I need to convert.

I&#039;m sure I&#039;ll drop that habit at some point.</description>
		<content:encoded><![CDATA[<p>This was a complaint a lot of people had and one reason I didn&#8217;t get into generics until about 3 months ago. After using them they make more sense and in about 4 occasions I have hit compile-time errors that I hadn&#8217;t noticed that would have been sucky runtime errors to track down. I think overall it&#8217;s a good thing. One of the bigger points of them was just to get more validation into the compiler-phase of the application. There is a ton of attention being paid to improving the overall stability of the language moving forward with stuff like this.</p>
<p>I can&#8217;t say I love autoboxing, it makes things sloppy-easy in my experience, but for the few times where you do get to pass an int as an object or treat and Integer like an int, it&#8217;s pretty slick. I just feel wrong doing it, so I actively have Integer.valueOf(i) calls around my code when I need to convert.</p>
<p>I&#8217;m sure I&#8217;ll drop that habit at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.breakitdownblog.com/generic-comparators-in-java/comment-page-1/#comment-163</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 22 Sep 2006 01:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2006/09/21/generic-comparators-in-java/#comment-163</guid>
		<description>Is it just me or does the whole  syntax seem weird? Until 1.5 was there anything like this anywhere else in the language?</description>
		<content:encoded><![CDATA[<p>Is it just me or does the whole  syntax seem weird? Until 1.5 was there anything like this anywhere else in the language?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
