<?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: How To De-C++-ify Your Java: EnumSet</title>
	<atom:link href="http://enfranchisedmind.com/blog/2007/12/30/how-to-de-c-ify-your-java-enumset/feed/" rel="self" type="application/rss+xml" />
	<link>http://enfranchisedmind.com/blog/2007/12/30/how-to-de-c-ify-your-java-enumset/</link>
	<description>Robert Fischer and Brian Hurt on Punditry, Programming Languages, and Other Religious Issues</description>
	<pubDate>Thu, 20 Nov 2008 10:03:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Brian Hurt</title>
		<link>http://enfranchisedmind.com/blog/2007/12/30/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've ever seen to that is "don't do that".</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>
