<?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: What’s the deal with Java equals() and hashcode()?</title>
	<atom:link href="http://www.summa-tech.com/blog/2010/01/26/what%e2%80%99s-the-deal-with-java-equals-and-hashcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summa-tech.com/blog/2010/01/26/what%e2%80%99s-the-deal-with-java-equals-and-hashcode/</link>
	<description>Summa Blog</description>
	<pubDate>Wed, 08 Feb 2012 05:31:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Sobek Blog</title>
		<link>http://www.summa-tech.com/blog/2010/01/26/what%e2%80%99s-the-deal-with-java-equals-and-hashcode/comment-page-1/#comment-2947</link>
		<dc:creator>Stefan Sobek Blog</dc:creator>
		<pubDate>Sat, 11 Dec 2010 20:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=1654#comment-2947</guid>
		<description>&lt;strong&gt;Override equals, toString and hashCode in Java classes...&lt;/strong&gt;

Override equals Although some people think it might be easy to override the equals method of a class, you can do it wrong in many cases and this can cause problems. The easiest case is not to override the equals method, then each class is equals only t...</description>
		<content:encoded><![CDATA[<p><strong>Override equals, toString and hashCode in Java classes&#8230;</strong></p>
<p>Override equals Although some people think it might be easy to override the equals method of a class, you can do it wrong in many cases and this can cause problems. The easiest case is not to override the equals method, then each class is equals only t&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

