<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Java Goofs: Enhanced For Loop</title>
	<atom:link href="http://efsavage.com/blog/posts/java-goofs-enhanced-for-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://efsavage.com/blog/posts/java-goofs-enhanced-for-loop/</link>
	<description>Good stuff, updated weekly(ish)</description>
	<lastBuildDate>Fri, 06 Jan 2012 13:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Harish</title>
		<link>http://efsavage.com/blog/posts/java-goofs-enhanced-for-loop/comment-page-1/#comment-36706</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Fri, 21 Jan 2011 09:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.efsavage.com/blog/?p=209#comment-36706</guid>
		<description>I totally agree with the post interms of null pointer check.. Though this is a very old post, I just came across this and thought of commenting on it.</description>
		<content:encoded><![CDATA[<p>I totally agree with the post interms of null pointer check.. Though this is a very old post, I just came across this and thought of commenting on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romulus</title>
		<link>http://efsavage.com/blog/posts/java-goofs-enhanced-for-loop/comment-page-1/#comment-19994</link>
		<dc:creator>romulus</dc:creator>
		<pubDate>Tue, 09 Sep 2008 21:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.efsavage.com/blog/?p=209#comment-19994</guid>
		<description>I thought you could already do something like

Collection.reset()
while(Object obj = Collection.next())

Maybe not with a collection per se.

I haven&#039;t programmed Java in... eons, so I&#039;m likely nuts.</description>
		<content:encoded><![CDATA[<p>I thought you could already do something like</p>
<p>Collection.reset()<br />
while(Object obj = Collection.next())</p>
<p>Maybe not with a collection per se.</p>
<p>I haven&#8217;t programmed Java in&#8230; eons, so I&#8217;m likely nuts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

