<?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"
	>
<channel>
	<title>Comments on: Multi-valued Reversible enum in Java</title>
	<atom:link href="http://www.khanspot.com/2007/04/16/multi-valued-reversible-enum-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khanspot.com/2007/04/16/multi-valued-reversible-enum-in-java/</link>
	<description>Computers are useless. They can only give you answers.</description>
	<pubDate>Tue, 06 Jan 2009 19:51:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: christian heinzer</title>
		<link>http://www.khanspot.com/2007/04/16/multi-valued-reversible-enum-in-java/#comment-270</link>
		<dc:creator>christian heinzer</dc:creator>
		<pubDate>Thu, 10 May 2007 21:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.khanspot.com/2007/04/16/multi-valued-reversible-enum-in-java/#comment-270</guid>
		<description>Good work: exactly what I was looking for.

One word of warning though: The buildKey method in MultiValueReverseEnumMap is dangerous: hashCode() doesn't guarantee uniqueness - as an example try with single String values and use .reverse( "0-42L" ) and .reverse("0-43-"): they will return the same enum.</description>
		<content:encoded><![CDATA[<p>Good work: exactly what I was looking for.</p>
<p>One word of warning though: The buildKey method in MultiValueReverseEnumMap is dangerous: hashCode() doesn&#8217;t guarantee uniqueness - as an example try with single String values and use .reverse( &#8220;0-42L&#8221; ) and .reverse(&#8221;0-43-&#8221;): they will return the same enum.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
