<?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/"
		>
<channel>
	<title>Comments on: Static Java List Instantiation</title>
	<atom:link href="http://www.philihp.com/blog/2009/static-java-list-instantiation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philihp.com/blog/2009/static-java-list-instantiation/</link>
	<description>I do things, and then I tell the internet about them.</description>
	<lastBuildDate>Sun, 22 Jan 2012 05:59:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: philihp</title>
		<link>http://www.philihp.com/blog/2009/static-java-list-instantiation/#comment-173</link>
		<dc:creator>philihp</dc:creator>
		<pubDate>Thu, 02 Dec 2010 23:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.philihp.com/blog/?p=417#comment-173</guid>
		<description>How else would you instantiate a static list? It&#039;s only &quot;bad&quot; if the compiler doesn&#039;t optimize it. Which it does.

The post demonstrates a way of doing this clearly in Java 5 syntax.</description>
		<content:encoded><![CDATA[<p>How else would you instantiate a static list? It&#8217;s only &#8220;bad&#8221; if the compiler doesn&#8217;t optimize it. Which it does.</p>
<p>The post demonstrates a way of doing this clearly in Java 5 syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: banjo</title>
		<link>http://www.philihp.com/blog/2009/static-java-list-instantiation/#comment-172</link>
		<dc:creator>banjo</dc:creator>
		<pubDate>Thu, 02 Dec 2010 22:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.philihp.com/blog/?p=417#comment-172</guid>
		<description>my friend, this is very, very bad. Instantiating array to instantiate a list...</description>
		<content:encoded><![CDATA[<p>my friend, this is very, very bad. Instantiating array to instantiate a list&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

