<?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: An IDEA Live Template for iterating through a BitSet</title>
	<atom:link href="http://madbean.com/2005/itbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2005/itbs/</link>
	<description>Your zero step program</description>
	<pubDate>Wed, 08 Oct 2008 06:24:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Brendan Humphreys</title>
		<link>http://madbean.com/2005/itbs/#comment-382</link>
		<dc:creator>Brendan Humphreys</dc:creator>
		<pubDate>Thu, 01 Sep 2005 04:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/?p=123#comment-382</guid>
		<description>&lt;p&gt;One minor caveat worth noting: BitSet.nextSetBit() and BitSet.nextClearBit() were introduced with JDK1.4, so if you need your code to run on a pre-1.4 VM, you can't use this. :-(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One minor caveat worth noting: BitSet.nextSetBit() and BitSet.nextClearBit() were introduced with JDK1.4, so if you need your code to run on a pre-1.4 VM, you can&#8217;t use this. :-(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
