<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: How To De-C++-ify Your Java: EnumSet</title>
	<atom:link href="http://enfranchisedmind.com/blog/posts/how-to-de-c-ify-your-java-enumset/feed/" rel="self" type="application/rss+xml" />
	<link>http://enfranchisedmind.com/blog/posts/how-to-de-c-ify-your-java-enumset/</link>
	<description>programming, politics, &#38; other religious issues</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Brian Hurt</title>
		<link>http://enfranchisedmind.com/blog/posts/how-to-de-c-ify-your-java-enumset/#comment-32258</link>
		<dc:creator>Brian Hurt</dc:creator>
		<pubDate>Tue, 01 Jan 2008 14:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://enfranchisedmind.com/blog/2007/12/30/how-to-de-c-ify-your-java-enumset/#comment-32258</guid>
		<description>Iterating over a mutable data structure has always had the thorny issue of what happens when the data structure is mutated part way through the iteration?  The only sane answer I&#039;ve ever seen to that is &quot;don&#039;t do that&quot;.</description>
		<content:encoded><![CDATA[<p>Iterating over a mutable data structure has always had the thorny issue of what happens when the data structure is mutated part way through the iteration?  The only sane answer I&#8217;ve ever seen to that is &#8220;don&#8217;t do that&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

