<?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: Java wish: A Reversible Enum</title>
	<atom:link href="http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/</link>
	<description>Computers are useless. They can only give you answers.</description>
	<pubDate>Wed, 08 Sep 2010 19:40:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: shivkesh</title>
		<link>http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-8853</link>
		<dc:creator>shivkesh</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-8853</guid>
		<description>Hii.. 
    sir 
               
I want to know someting Enum please explane it . in formet  like a thori .,not for coding 
please help me.  thank  sir</description>
		<content:encoded><![CDATA[<p>Hii..<br />
    sir </p>
<p>I want to know someting Enum please explane it . in formet  like a thori .,not for coding<br />
please help me.  thank  sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shivkesh</title>
		<link>http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-8852</link>
		<dc:creator>shivkesh</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-8852</guid>
		<description>What is the benefit  of Enum  and what we do for enum...... rep plz</description>
		<content:encoded><![CDATA[<p>What is the benefit  of Enum  and what we do for enum&#8230;&#8230; rep plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-5415</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 25 May 2009 06:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-5415</guid>
		<description>Just what I needed. I am doing exactly what Atif mentions, working with legacy systems. In this case its a Windows C++ app that communicates via xml-rpc and sends me an int value that I need to translate into an enum..</description>
		<content:encoded><![CDATA[<p>Just what I needed. I am doing exactly what Atif mentions, working with legacy systems. In this case its a Windows C++ app that communicates via xml-rpc and sends me an int value that I need to translate into an enum..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atif Khan&#8217;s Blog &#187; Blog Archive &#187; Multi-valued Reversible enum in Java</title>
		<link>http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-222</link>
		<dc:creator>Atif Khan&#8217;s Blog &#187; Blog Archive &#187; Multi-valued Reversible enum in Java</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-222</guid>
		<description>[...] Sometime back I proposed a reversible enum pattern in my post. One thing missing from that implementation was the ability to successfully lookup the enum constants in cases where enum constants can have multiple values. To accomplish this, I utilized another feature introduced in Java 5, namely varargs or variable argument support. This way while building the key for the map, we utilize all the values for a constant and use the varargs in the reverse() method of the enum. [...]</description>
		<content:encoded><![CDATA[<p>[...] Sometime back I proposed a reversible enum pattern in my post. One thing missing from that implementation was the ability to successfully lookup the enum constants in cases where enum constants can have multiple values. To accomplish this, I utilized another feature introduced in Java 5, namely varargs or variable argument support. This way while building the key for the map, we utilize all the values for a constant and use the varargs in the reverse() method of the enum. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atif Khan</title>
		<link>http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-218</link>
		<dc:creator>Atif Khan</dc:creator>
		<pubDate>Fri, 13 Apr 2007 23:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.khanspot.com/2006/12/04/java-wish-a-reversible-enum/#comment-218</guid>
		<description>No. I am not.</description>
		<content:encoded><![CDATA[<p>No. I am not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
