<?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: Using (These) Anonymous Inner Classes is Probably Too Clever for Your Own Good</title>
	<atom:link href="http://jawspeak.com/2009/03/10/using-these-anonymous-inner-classes-is-probably-too-clever-for-your-own-good/feed/" rel="self" type="application/rss+xml" />
	<link>http://jawspeak.com/2009/03/10/using-these-anonymous-inner-classes-is-probably-too-clever-for-your-own-good/</link>
	<description>Jonathan Andrew Wolter</description>
	<lastBuildDate>Sun, 13 May 2012 19:46:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Henry</title>
		<link>http://jawspeak.com/2009/03/10/using-these-anonymous-inner-classes-is-probably-too-clever-for-your-own-good/comment-page-1/#comment-1109</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Thu, 12 Mar 2009 16:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://jawspeak.com/?p=81#comment-1109</guid>
		<description>How do you get a memory leak?</description>
		<content:encoded><![CDATA[<p>How do you get a memory leak?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://jawspeak.com/2009/03/10/using-these-anonymous-inner-classes-is-probably-too-clever-for-your-own-good/comment-page-1/#comment-1107</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://jawspeak.com/?p=81#comment-1107</guid>
		<description>I use java.util.Arrays.asList(T...) for fixed-size lists. Third variant is good enough too.</description>
		<content:encoded><![CDATA[<p>I use java.util.Arrays.asList(T&#8230;) for fixed-size lists. Third variant is good enough too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirty</title>
		<link>http://jawspeak.com/2009/03/10/using-these-anonymous-inner-classes-is-probably-too-clever-for-your-own-good/comment-page-1/#comment-1106</link>
		<dc:creator>dirty</dc:creator>
		<pubDate>Wed, 11 Mar 2009 08:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://jawspeak.com/?p=81#comment-1106</guid>
		<description>This effect has nothing to do with the *clever* initializer braces (which cause the code inside to be inserted immediately after the super() call in the constructor)... you get the same effect by simply anonymously extending ArrayList.</description>
		<content:encoded><![CDATA[<p>This effect has nothing to do with the *clever* initializer braces (which cause the code inside to be inserted immediately after the super() call in the constructor)&#8230; you get the same effect by simply anonymously extending ArrayList.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

