<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Solutions to common Java enum problems</title>
	<atom:link href="http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/</link>
	<description>public business secrets</description>
	<lastBuildDate>Tue, 14 May 2013 22:01:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: About Java</title>
		<link>http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/#comment-7788</link>
		<dc:creator><![CDATA[About Java]]></dc:creator>
		<pubDate>Sun, 30 Dec 2012 12:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://schneide.wordpress.com/?p=3769#comment-7788</guid>
		<description><![CDATA[i&#039;m a beginner to java.. very good article for me.. thanks for sharing.. :)]]></description>
		<content:encoded><![CDATA[<p>i&#8217;m a beginner to java.. very good article for me.. thanks for sharing.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenslukowski</title>
		<link>http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/#comment-7130</link>
		<dc:creator><![CDATA[jenslukowski]]></dc:creator>
		<pubDate>Wed, 31 Oct 2012 08:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://schneide.wordpress.com/?p=3769#comment-7130</guid>
		<description><![CDATA[Yes, you cannot forget them but it is easy to accidentally permute them. For me the readability and understandability outweighs the help by the compiler.]]></description>
		<content:encoded><![CDATA[<p>Yes, you cannot forget them but it is easy to accidentally permute them. For me the readability and understandability outweighs the help by the compiler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frisian</title>
		<link>http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/#comment-6992</link>
		<dc:creator><![CDATA[Frisian]]></dc:creator>
		<pubDate>Mon, 15 Oct 2012 12:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://schneide.wordpress.com/?p=3769#comment-6992</guid>
		<description><![CDATA[Even though managing state flags as constructor arguments might get cumbersome when there are a lot of them, there is one decisive advantage to it: you can&#039;t forget it. One gets forced by the compiler to supply the arguments.
In the long run it helps when maintaining the system.]]></description>
		<content:encoded><![CDATA[<p>Even though managing state flags as constructor arguments might get cumbersome when there are a lot of them, there is one decisive advantage to it: you can&#8217;t forget it. One gets forced by the compiler to supply the arguments.<br />
In the long run it helps when maintaining the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenslukowski</title>
		<link>http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/#comment-6989</link>
		<dc:creator><![CDATA[jenslukowski]]></dc:creator>
		<pubDate>Mon, 15 Oct 2012 08:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://schneide.wordpress.com/?p=3769#comment-6989</guid>
		<description><![CDATA[Thanks! Didn&#039;t know of. I especially like the noneOf and complement functions.]]></description>
		<content:encoded><![CDATA[<p>Thanks! Didn&#8217;t know of. I especially like the noneOf and complement functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serhiy Yevtushenko</title>
		<link>http://schneide.wordpress.com/2012/10/15/solutions-to-common-java-enum-problems/#comment-6987</link>
		<dc:creator><![CDATA[Serhiy Yevtushenko]]></dc:creator>
		<pubDate>Mon, 15 Oct 2012 08:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://schneide.wordpress.com/?p=3769#comment-6987</guid>
		<description><![CDATA[Final States suggestion could be a little improved by using EnumSet in java. For more details see here: http://weblogs.java.net/blog/mkarg/archive/2010/01/03/fun-enumset and here: http://www.javalobby.org/java/forums/t16967.html]]></description>
		<content:encoded><![CDATA[<p>Final States suggestion could be a little improved by using EnumSet in java. For more details see here: <a href="http://weblogs.java.net/blog/mkarg/archive/2010/01/03/fun-enumset" rel="nofollow">http://weblogs.java.net/blog/mkarg/archive/2010/01/03/fun-enumset</a> and here: <a href="http://www.javalobby.org/java/forums/t16967.html" rel="nofollow">http://www.javalobby.org/java/forums/t16967.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
