<?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: Find an Object in an ArrayList with Java</title>
	<atom:link href="http://code.hammerpig.com/find-an-object-in-an-arraylist-with-java.html/feed" rel="self" type="application/rss+xml" />
	<link>http://code.hammerpig.com/find-an-object-in-an-arraylist-with-java.html</link>
	<description>Tips and short tutorials on various programming technologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:17:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://code.hammerpig.com/find-an-object-in-an-arraylist-with-java.html/comment-page-1#comment-793</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 01 Jun 2011 04:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=358#comment-793</guid>
		<description>Hi Ming,

Have you seen this post: http://code.hammerpig.com/how-to-compare-two-objects-in-java-by-overriding-equals.html

Please let me know if it doesn&#039;t answer your question.</description>
		<content:encoded><![CDATA[<p>Hi Ming,</p>
<p>Have you seen this post: <a href="http://code.hammerpig.com/how-to-compare-two-objects-in-java-by-overriding-equals.html" rel="nofollow">http://code.hammerpig.com/how-to-compare-two-objects-in-java-by-overriding-equals.html</a></p>
<p>Please let me know if it doesn&#8217;t answer your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ming</title>
		<link>http://code.hammerpig.com/find-an-object-in-an-arraylist-with-java.html/comment-page-1#comment-786</link>
		<dc:creator>Ming</dc:creator>
		<pubDate>Sun, 29 May 2011 15:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=358#comment-786</guid>
		<description>what if i wanted to search for flights?
lets say if we have an arraylist of flights
and the flight is like flight(flightno, departing place ...)
how are we going to search for the flight number and return the array ?</description>
		<content:encoded><![CDATA[<p>what if i wanted to search for flights?<br />
lets say if we have an arraylist of flights<br />
and the flight is like flight(flightno, departing place &#8230;)<br />
how are we going to search for the flight number and return the array ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

