<?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: Tricks with Enums</title>
	<atom:link href="http://chaoticjava.com/posts/tricks-with-enums/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com/posts/tricks-with-enums/</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Sat, 05 Nov 2011 18:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Javin @ comparator example in java</title>
		<link>http://chaoticjava.com/posts/tricks-with-enums/comment-page-1/#comment-162867</link>
		<dc:creator>Javin @ comparator example in java</dc:creator>
		<pubDate>Tue, 30 Aug 2011 04:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=135#comment-162867</guid>
		<description>fantastic man, I have also blogged my experience as  &lt;a href=&quot;http://javarevisited.blogspot.com/2011/08/enum-in-java-example-tutorial.html&quot; rel=&quot;nofollow&quot;&gt;10 examples of enum in java&lt;/a&gt; , let me know how do you find it.</description>
		<content:encoded><![CDATA[<p>fantastic man, I have also blogged my experience as  <a href="http://javarevisited.blogspot.com/2011/08/enum-in-java-example-tutorial.html" rel="nofollow">10 examples of enum in java</a> , let me know how do you find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woodz</title>
		<link>http://chaoticjava.com/posts/tricks-with-enums/comment-page-1/#comment-159420</link>
		<dc:creator>Woodz</dc:creator>
		<pubDate>Fri, 12 Aug 2011 16:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=135#comment-159420</guid>
		<description>Please take note of character encoding - this post is full of &quot;itâ€™s&quot; which makes it unreadable. Browsed on Firefox 5 on Ubuntu 10.10 x64.</description>
		<content:encoded><![CDATA[<p>Please take note of character encoding &#8211; this post is full of &#8220;itâ€™s&#8221; which makes it unreadable. Browsed on Firefox 5 on Ubuntu 10.10 x64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Switch by class type</title>
		<link>http://chaoticjava.com/posts/tricks-with-enums/comment-page-1/#comment-31881</link>
		<dc:creator>Switch by class type</dc:creator>
		<pubDate>Sat, 24 May 2008 04:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=135#comment-31881</guid>
		<description>[...] language has done a great deal of removing boiler-plate code through means of compiler decisions: enums, stringsÂ and for-each loops are just a few of those. We could see something like the following for [...]</description>
		<content:encoded><![CDATA[<p>[...] language has done a great deal of removing boiler-plate code through means of compiler decisions: enums, stringsÂ and for-each loops are just a few of those. We could see something like the following for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaotic Java &#187; Blog Archive &#187; Enums &#38; GWT</title>
		<link>http://chaoticjava.com/posts/tricks-with-enums/comment-page-1/#comment-12075</link>
		<dc:creator>Chaotic Java &#187; Blog Archive &#187; Enums &#38; GWT</dc:creator>
		<pubDate>Mon, 01 Oct 2007 19:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=135#comment-12075</guid>
		<description>[...] And that&#8217;s just unfortunate, because I really got used to using enums! Still, not having the syntax is not going to stop me. After all, enums in Java are eventually translated into classes, so I can just write my own GWT-compatible Enum-class. [...]</description>
		<content:encoded><![CDATA[<p>[...] And that&#8217;s just unfortunate, because I really got used to using enums! Still, not having the syntax is not going to stop me. After all, enums in Java are eventually translated into classes, so I can just write my own GWT-compatible Enum-class. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaotic Java &#187; Blog Archive &#187; Whirling around Java</title>
		<link>http://chaoticjava.com/posts/tricks-with-enums/comment-page-1/#comment-279</link>
		<dc:creator>Chaotic Java &#187; Blog Archive &#187; Whirling around Java</dc:creator>
		<pubDate>Tue, 07 Mar 2006 12:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=135#comment-279</guid>
		<description>[...] To implement the 24 Whirl commands I&#8217;ve used two enums (one for each wheel), each of them implementing the Command interface, which exposed one method of execute. This allowed me to write very short code (an enum name and a simple operation for execution, as they were all simple) and the compiler took care of generating 24 different classes for me. Then, the wheels could receive an array of the Command interface without knowing they are receiving an enum at all. Read back my tips with enums post for a refresh about them. [...]</description>
		<content:encoded><![CDATA[<p>[...] To implement the 24 Whirl commands I&#8217;ve used two enums (one for each wheel), each of them implementing the Command interface, which exposed one method of execute. This allowed me to write very short code (an enum name and a simple operation for execution, as they were all simple) and the compiler took care of generating 24 different classes for me. Then, the wheels could receive an array of the Command interface without knowing they are receiving an enum at all. Read back my tips with enums post for a refresh about them. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

