<?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: Sorting  an ArrayList of objects.</title>
	<atom:link href="http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:08:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: rajesh</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-106006</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Mon, 30 Jan 2012 13:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-106006</guid>
		<description>how to update text file data using File Stream class</description>
		<content:encoded><![CDATA[<p>how to update text file data using File Stream class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-105072</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Fri, 20 Jan 2012 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-105072</guid>
		<description>You need to change the logic in your compareTo method for this.</description>
		<content:encoded><![CDATA[<p>You need to change the logic in your compareTo method for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-104228</link>
		<dc:creator>Donna</dc:creator>
		<pubDate>Fri, 13 Jan 2012 15:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-104228</guid>
		<description>How would I do something like this?

Sort my ArrayList in A-Z order.
Sort my ArrayList in number order.</description>
		<content:encoded><![CDATA[<p>How would I do something like this?</p>
<p>Sort my ArrayList in A-Z order.<br />
Sort my ArrayList in number order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok Chowdhury</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-101727</link>
		<dc:creator>Alok Chowdhury</dc:creator>
		<pubDate>Fri, 30 Dec 2011 11:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-101727</guid>
		<description>A good example to implement sorting.
Thanks</description>
		<content:encoded><![CDATA[<p>A good example to implement sorting.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok Chowdhury</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-101726</link>
		<dc:creator>Alok Chowdhury</dc:creator>
		<pubDate>Fri, 30 Dec 2011 11:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-101726</guid>
		<description>A good example to implement.</description>
		<content:encoded><![CDATA[<p>A good example to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ini</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-101030</link>
		<dc:creator>Ini</dc:creator>
		<pubDate>Tue, 27 Dec 2011 11:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-101030</guid>
		<description>Thank you very much for this help.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-99835</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Wed, 21 Dec 2011 17:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-99835</guid>
		<description>file contains key and values 
how to modify the file data without using resource bundle(properties class)</description>
		<content:encoded><![CDATA[<p>file contains key and values<br />
how to modify the file data without using resource bundle(properties class)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nag</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-99025</link>
		<dc:creator>nag</dc:creator>
		<pubDate>Sat, 17 Dec 2011 18:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-99025</guid>
		<description>yes really it was very nice..i was looking for this concept for long time...at lost i found here...could you please elaborate more about comparator interface...</description>
		<content:encoded><![CDATA[<p>yes really it was very nice..i was looking for this concept for long time&#8230;at lost i found here&#8230;could you please elaborate more about comparator interface&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aritra Ghosh</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-95301</link>
		<dc:creator>Aritra Ghosh</dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-95301</guid>
		<description>Thanks,very helpful.Easy to implement...</description>
		<content:encoded><![CDATA[<p>Thanks,very helpful.Easy to implement&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Jain</title>
		<link>http://www.albeesonline.com/blog/2008/10/16/sorting-an-arraylist-of-objects/comment-page-1/#comment-93285</link>
		<dc:creator>Sachin Jain</dc:creator>
		<pubDate>Sat, 12 Nov 2011 18:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=238#comment-93285</guid>
		<description>Thank&#039;s, very helpfull</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s, very helpfull</p>
]]></content:encoded>
	</item>
</channel>
</rss>

